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)