diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index 78b8f4695c30d1e07e516630bbb46368cbb373ae..483d5c3eb55605e2aad9a25fdfe7419fee4bca39 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -4894,7 +4894,7 @@ ReadControlFile(void)
 				 errhint("It looks like you need to recompile or initdb.")));
 #endif
 
-	/* Make the fixed  settings visible as GUC variables, too */
+	/* Make the initdb settings visible as GUC variables, too */
 	SetConfigOption("data_checksums", DataChecksumsEnabled() ? "yes" : "no",
 					PGC_INTERNAL, PGC_S_OVERRIDE);
 }