diff options
author | Andreas Jaeger <aj@suse.de> | 2003-05-31 18:00:04 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-05-31 18:00:04 +0000 |
commit | 6a2751d27363c55ece9c1b3a3ec2adf48b026f25 (patch) | |
tree | 2795c2562f0c00df65c6d80189fc95cc8126168c /gdb/x86-64-linux-nat.c | |
parent | 10f93086fb0aaf27687dee670f3b53a5726236d5 (diff) | |
download | gdb-6a2751d27363c55ece9c1b3a3ec2adf48b026f25.zip gdb-6a2751d27363c55ece9c1b3a3ec2adf48b026f25.tar.gz gdb-6a2751d27363c55ece9c1b3a3ec2adf48b026f25.tar.bz2 |
* x86-64-linux-nat.c: Fix comment.
Diffstat (limited to 'gdb/x86-64-linux-nat.c')
-rw-r--r-- | gdb/x86-64-linux-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/x86-64-linux-nat.c b/gdb/x86-64-linux-nat.c index 1200b08..4a989ce 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. */ |