From: Doug Evans Date: Sun, 16 Oct 2011 19:54:33 +0000 (+0000) Subject: Add comma after "If True" to previous checkin. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7d0aff216960aa0b465f966fc15f41265c04a033;p=binutils-gdb.git Add comma after "If True" to previous checkin. --- diff --git a/gdb/NEWS b/gdb/NEWS index eab6bdc6ac6..df9b6b463fa 100644 --- 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