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/ppc-linux-tdep.c | |
parent | 062f1fc13a075a34890988f3a396b5e58fc86396 (diff) | |
download | gdb-405feb71d4733a36cdc0629e9e4ccecd1a40dc39.zip gdb-405feb71d4733a36cdc0629e9e4ccecd1a40dc39.tar.gz gdb-405feb71d4733a36cdc0629e9e4ccecd1a40dc39.tar.bz2 |
[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/ppc-linux-tdep.c')
-rw-r--r-- | gdb/ppc-linux-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c index ce3c727..e692cff 100644 --- a/gdb/ppc-linux-tdep.c +++ b/gdb/ppc-linux-tdep.c @@ -657,7 +657,7 @@ const struct regset ppc32_linux_tm_sprregset = { general-purpose regsets for 32-bit, 64-bit big-endian, and 64-bit little endian targets. The ptrace and core file buffers for 64-bit targets use 8-byte fields for the 4-byte registers, and the - position of the register in the fields depends on the endianess. + position of the register in the fields depends on the endianness. The 32-bit regmap is the same for both endian types because the fields are all 4-byte long. @@ -761,7 +761,7 @@ const struct regset ppc32_linux_cfprregset = { /* Regmaps for the Hardware Transactional Memory checkpointed vector regsets, for big and little endian targets. The position of the - 4-byte VSCR in its 16-byte field depends on the endianess. */ + 4-byte VSCR in its 16-byte field depends on the endianness. */ static const struct regcache_map_entry ppc32_le_regmap_cvmx[] = { |