Fix typo in comment, and reword it slightly while we're at it.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 4 Oct 2012 07:34:40 +0000 (10:34 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 4 Oct 2012 07:35:48 +0000 (10:35 +0300)
src/backend/access/transam/xlog.c

index 8889b79c78d445790eda8e7ae4d74e1731a90315..3e4da46ac24a8817b8f4cf03053e74a81aea5c90 100644 (file)
@@ -8743,8 +8743,8 @@ do_pg_stop_backup(char *labelfile, bool waitforarchive)
         * archived, or include them into the backup.
         *
         * We return the current minimum recovery point as the backup end
-        * location. Note that it's would be bigger than the exact backup end
-        * location if the minimum recovery point is updated since the backup of
+        * location. Note that it can be greater than the exact backup end
+        * location if the minimum recovery point is updated after the backup of
         * pg_control. This is harmless for current uses.
         *
         * XXX currently a backup history file is for informational and debug