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/darwin-nat-info.c | |
parent | 86b887dff0266043bf1454b1441bbd28f605c30b (diff) | |
download | gdb-766062f62f6362cdee0cdd33170002adea365fb2.zip gdb-766062f62f6362cdee0cdd33170002adea365fb2.tar.gz gdb-766062f62f6362cdee0cdd33170002adea365fb2.tar.bz2 |
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/darwin-nat-info.c')
-rw-r--r-- | gdb/darwin-nat-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/darwin-nat-info.c b/gdb/darwin-nat-info.c index b4074d4..79173c5 100644 --- a/gdb/darwin-nat-info.c +++ b/gdb/darwin-nat-info.c @@ -817,7 +817,7 @@ info_mach_exceptions_command (char *args, int from_tty) } else if (strcmp (args, "host") == 0) { - /* FIXME: This need a the privilegied host port! */ + /* FIXME: This need a privilegied host port! */ kret = host_get_exception_ports (darwin_host_self, EXC_MASK_ALL, info.masks, &info.count, info.ports, info.behaviors, info.flavors); |