aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
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