diff options
Diffstat (limited to 'gdb/amd64-nat.c')
-rw-r--r-- | gdb/amd64-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/amd64-nat.c b/gdb/amd64-nat.c index 3dcac73..a65edc2 100644 --- a/gdb/amd64-nat.c +++ b/gdb/amd64-nat.c @@ -30,7 +30,7 @@ the register number as used by GDB and the register set used by the host to represent the general-purpose registers; one for 32-bit code and one for 64-bit code. The mappings are specified by the - follwing variables and consist of an array of offsets within the + following variables and consist of an array of offsets within the register set indexed by register number, and the number of registers supported by the mapping. We don't need mappings for the floating-point and SSE registers, since the difference between |