diff options
author | Tom de Vries <tdevries@suse.de> | 2019-10-17 18:06:36 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2019-10-17 18:06:36 +0200 |
commit | 405feb71d4733a36cdc0629e9e4ccecd1a40dc39 (patch) | |
tree | f2075d2325440db8fca9b374c31639c71faab8cc /gdb/darwin-nat-info.c | |
parent | [gdb/testsuite] Fix gdb.fortran/module.exp for debug info from other files (diff) | |
download | binutils-gdb-405feb71d4733a36cdc0629e9e4ccecd1a40dc39.tar.gz binutils-gdb-405feb71d4733a36cdc0629e9e4ccecd1a40dc39.tar.bz2 binutils-gdb-405feb71d4733a36cdc0629e9e4ccecd1a40dc39.zip |
[gdb] Fix typos in comments
Fix typos in comments. NFC.
Tested on x86_64-linux.
gdb/ChangeLog:
2019-10-17 Tom de Vries <tdevries@suse.de>
* arm-nbsd-nat.c: Fix typos in comments.
* arm-tdep.c: Same.
* darwin-nat-info.c: Same.
* dwarf2read.c: Same.
* elfread.c: Same.
* event-top.c: Same.
* findvar.c: Same.
* gdbtypes.c: Same.
* hppa-tdep.c: Same.
* i386-tdep.c: Same.
* jit.c: Same.
* main.c: Same.
* mdebugread.c: Same.
* moxie-tdep.c: Same.
* nto-procfs.c: Same.
* osabi.c: Same.
* ppc-linux-tdep.c: Same.
* remote.c: Same.
* riscv-tdep.c: Same.
* s390-tdep.c: Same.
* sh-tdep.c: Same.
* sparc-linux-tdep.c: Same.
* sparc-nat.c: Same.
* stack.c: Same.
* target-descriptions.c: Same.
* top.c: Same.
* varobj.c: Same.
Change-Id: I6047967abd2d51c9000dea15184d19f4e952c3ff
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 4469cd52136..b862c4485b0 100644 --- a/gdb/darwin-nat-info.c +++ b/gdb/darwin-nat-info.c @@ -810,7 +810,7 @@ info_mach_exceptions_command (const char *args, int from_tty) } else if (strcmp (args, "host") == 0) { - /* FIXME: This need a privilegied host port! */ + /* FIXME: This needs a privileged host port! */ kret = host_get_exception_ports (darwin_host_self, EXC_MASK_ALL, info.masks, &info.count, info.ports, info.behaviors, info.flavors); |