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 | 3f1ef994e909cb9624729a824b9481e6064f0295 (patch) | |
tree | 04c15f8c329f947e34c9d8657e8b5d6ee5c1b9c9 /gdb/acconfig.h | |
parent | 224de7a50d1d755bd561f7e669957bff6b9032b2 (diff) | |
download | gdb-3f1ef994e909cb9624729a824b9481e6064f0295.zip gdb-3f1ef994e909cb9624729a824b9481e6064f0295.tar.gz gdb-3f1ef994e909cb9624729a824b9481e6064f0295.tar.bz2 |
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 9b7f514..f541987 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. */ |