aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index e845ebf..6573950 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -53,9 +53,9 @@ show riscv numeric-register-names
** The memory_source argument (the second argument) has been removed
from gdb.disassembler.builtin_disassemble. This argument was
- never used by GDB, and was added my mistake. The only place this
- argument was ever documented was in the NEWS file, the official
- documentation never mentioned this argument.
+ never used by GDB, and was added by mistake. The unused argument
+ was never documented in the GDB manual, so users should not have
+ been using it.
* Guile API