]> granicus.if.org Git - postgresql/commitdiff
Fix C comment typo
authorBruce Momjian <bruce@momjian.us>
Fri, 26 Jan 2018 01:13:25 +0000 (20:13 -0500)
committerBruce Momjian <bruce@momjian.us>
Fri, 26 Jan 2018 01:13:25 +0000 (20:13 -0500)
Reported-by: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoBgnHy2YKAUuB6iVG4ibvLYepHr+RDRkr1arqWwc1AHCw@mail.gmail.com

Author: Masahiko Sawada

contrib/pg_prewarm/autoprewarm.c

index 15e4a65ea6ab5ac153ec2b19a93d21bcf673a097..3a4cc5b172264c5e413bfb94c0797e7b903049ce 100644 (file)
@@ -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)