diff options
author | Tom Tromey <tromey@redhat.com> | 2013-11-14 14:03:06 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-11-14 14:03:06 -0700 |
commit | 8fe1b6533885f19680a2fbd827cb677c2e3c68ac (patch) | |
tree | b5cdd623289bb2f0da427a0b4d764dda3ce263c5 /gdb/doc/ChangeLog | |
parent | 36fa80421a9edbf97fc6081557509937bc717bc1 (diff) | |
download | gdb-8fe1b6533885f19680a2fbd827cb677c2e3c68ac.zip gdb-8fe1b6533885f19680a2fbd827cb677c2e3c68ac.tar.gz gdb-8fe1b6533885f19680a2fbd827cb677c2e3c68ac.tar.bz2 |
fix grammar oddity in the manual
This patch fixes a buglet in the manual.
It's wrong to say that a method is defined "as" a subclass.
Instead it should say that a method is defined "in" a subclass.
I'm checking this in under the obvious rule.
2013-11-14 Tom Tromey <tromey@redhat.com>
* gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6ffdefa..0dc75cd 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2013-11-14 Tom Tromey <tromey@redhat.com> + + * gdb.texinfo (Breakpoints In Python): Replace "as" with "in". + 2013-11-14 Joel Brobecker <brobecker@adacore.com> * gdb.texinfo (Show): Add xref anchor for "show language" command. |