diff options
author | Michael Snyder <msnyder@vmware.com> | 2011-02-27 16:25:38 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2011-02-27 16:25:38 +0000 |
commit | 766062f62f6362cdee0cdd33170002adea365fb2 (patch) | |
tree | 5ff3c64491d14b49b9c8f540b4ee98eee4b1cc56 /gdb/nbsd-nat.c | |
parent | 2011-02-26 Michael Snyder <msnyder@vmware.com> (diff) | |
download | binutils-gdb-766062f62f6362cdee0cdd33170002adea365fb2.tar.gz binutils-gdb-766062f62f6362cdee0cdd33170002adea365fb2.tar.bz2 binutils-gdb-766062f62f6362cdee0cdd33170002adea365fb2.zip |
2011-02-27 Michael Snyder <msnyder@vmware.com>
* darwin-nat-info.c: Fix comment typo.
* dwarf2expr.h: Ditto.
* fbsd-nat.c: Ditto.
* fbsd-nat.h: Ditto.
* frame-unwind.h: Ditto.
* frame.h: Ditto.
* hppa-hpux-tdep.c: Ditto.
* i386-linux-nat.c: Ditto.
* linux-nat.c: Ditto.
* nbsd-nat.c: Ditto.
* nbsd-nat.h: Ditto.
* ppc-linux-tdep.c: Ditto.
* serial.c: Ditto.
* ui-file.h: Ditto.
* tui/tui-winsource.c: Ditto.
Diffstat (limited to 'gdb/nbsd-nat.c')
-rw-r--r-- | gdb/nbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nbsd-nat.c b/gdb/nbsd-nat.c index 777a476faf8..50ba3c5a723 100644 --- a/gdb/nbsd-nat.c +++ b/gdb/nbsd-nat.c @@ -24,7 +24,7 @@ #include "nbsd-nat.h" -/* Return a the name of file that can be opened to get the symbols for +/* Return the name of a file that can be opened to get the symbols for the child process identified by PID. */ char * |