Add comma after "If True" to previous checkin.
authorDoug Evans <dje@google.com>
Sun, 16 Oct 2011 19:54:33 +0000 (19:54 +0000)
committerDoug Evans <dje@google.com>
Sun, 16 Oct 2011 19:54:33 +0000 (19:54 +0000)
gdb/NEWS

index eab6bdc6ac65fa064f5723ec6013dd106825b101..df9b6b463fab8138b29c46482cbee547cb34b805 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -16,7 +16,7 @@
 * Python scripting
 
   ** The register_pretty_printer function in module gdb.printing now takes
-     an optional `replace' argument.  If True the new printer replaces any
+     an optional `replace' argument.  If True, the new printer replaces any
      existing one.
 
   ** The "maint set python print-stack on|off" command has been