From e368f4dd89ef0afa3f12c039ddf12cb2adfc96cb Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 31 May 2003 18:00:04 +0000 Subject: [PATCH] * x86-64-linux-nat.c: Fix comment. --- gdb/ChangeLog | 4 ++++ gdb/x86-64-linux-nat.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 90110c8018..e4afc7a8a6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-05-31 Andreas Jaeger + + * x86-64-linux-nat.c: Fix comment. + 2003-05-31 Mark Kettenis * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed diff --git a/gdb/x86-64-linux-nat.c b/gdb/x86-64-linux-nat.c index 1200b084a3..4a989ce07a 100644 --- a/gdb/x86-64-linux-nat.c +++ b/gdb/x86-64-linux-nat.c @@ -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. */ -- 2.11.0