diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 0609853995..b70c66ca87 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -158,9 +158,9 @@
 					#   mmap
 					# (change requires restart)
 #min_dynamic_shared_memory = 0MB	# (change requires restart)
-#vacuum_buffer_usage_limit = 256 # size of vacuum and analyze buffer access strategy ring.
-				 # 0 to disable vacuum buffer access strategy
-				 # range 128kB to 16GB
+#vacuum_buffer_usage_limit = 256kB	# size of vacuum and analyze buffer access strategy ring.
+					# 0 to disable vacuum buffer access strategy
+					# range 128kB to 16GB
 
 # - Disk -
 
