diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-03-28 00:03:57 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-03-28 00:03:57 +0000 |
commit | 93860b19ff7894e74b9a0c336395f0fa53d97823 (patch) | |
tree | a9b73cf5ff8b45c85b6f29df3734b647a4912730 /gdb/acconfig.h | |
parent | 4905099a0b38c281a8d22fdae974f7b04c9dd97e (diff) | |
download | gdb-93860b19ff7894e74b9a0c336395f0fa53d97823.tar.gz |
Fix typo in description of GETREGS.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 9b7f514467c..f5419878c59 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -83,7 +83,7 @@ /* Set to true if the save_state_t structure has the ss_wide member */ #undef HAVE_STRUCT_MEMBER_SS_WIDE -/* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */ +/* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */ #undef HAVE_PTRACE_GETREGS /* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */ |