aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/pg_prewarm/autoprewarm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_prewarm/autoprewarm.c b/contrib/pg_prewarm/autoprewarm.c
index 15e4a65ea6a..3a4cc5b1722 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)