* x86-64-linux-nat.c: Fix comment.

This commit is contained in:
Andreas Jaeger
2003-05-31 18:00:04 +00:00
parent 10f93086fb
commit 6a2751d273
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-05-31 Andreas Jaeger <aj@suse.de>
* x86-64-linux-nat.c: Fix comment.
2003-05-31 Mark Kettenis <kettenis@gnu.org>
* x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed

View File

@@ -43,7 +43,7 @@
the register sets used by `ptrace'. The corresponding types are
`elf_gregset_t' for the general-purpose registers (with
`elf_greg_t' the type of a single GP register) and `elf_fpregset_t'
for the floating-point registers.
for the floating-point registers. */
/* Mapping between the general-purpose registers in `struct user'
format and GDB's register array layout. */