From: Bruce Momjian Date: Fri, 26 Jan 2018 01:13:25 +0000 (-0500) Subject: Fix C comment typo X-Git-Tag: REL_11_BETA1~875 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6588a43bcacca872fafba10363d346b806964d90;p=postgresql Fix C comment typo Reported-by: Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoBgnHy2YKAUuB6iVG4ibvLYepHr+RDRkr1arqWwc1AHCw@mail.gmail.com Author: Masahiko Sawada --- 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)