From 6588a43bcacca872fafba10363d346b806964d90 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 25 Jan 2018 20:13:25 -0500 Subject: [PATCH] Fix C comment typo Reported-by: Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoBgnHy2YKAUuB6iVG4ibvLYepHr+RDRkr1arqWwc1AHCw@mail.gmail.com Author: Masahiko Sawada --- contrib/pg_prewarm/autoprewarm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pg_prewarm/autoprewarm.c b/contrib/pg_prewarm/autoprewarm.c index 15e4a65ea6..3a4cc5b172 100644 --- a/contrib/pg_prewarm/autoprewarm.c +++ b/contrib/pg_prewarm/autoprewarm.c @@ -368,7 +368,7 @@ apw_load_buffers(void) if (current_db != blkinfo[i].database) { /* - * Combine BlockRecordInfos for global objects withs those of + * Combine BlockRecordInfos for global objects with those of * the database. */ if (current_db != InvalidOid)