aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2011-10-16 19:54:33 +0000
committerDoug Evans <dje@google.com>2011-10-16 19:54:33 +0000
commit7d0aff216960aa0b465f966fc15f41265c04a033 (patch)
tree68d4626008d31a090f4e7026b7926a5cd97e329a /gdb/NEWS
parent32d1c362a621b3f4bc996f57dffafbdf3397518b (diff)
downloadbinutils-7d0aff216960aa0b465f966fc15f41265c04a033.zip
binutils-7d0aff216960aa0b465f966fc15f41265c04a033.tar.gz
binutils-7d0aff216960aa0b465f966fc15f41265c04a033.tar.bz2
Add comma after "If True" to previous checkin.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index eab6bdc..df9b6b4 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