From 93860b19ff7894e74b9a0c336395f0fa53d97823 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 28 Mar 2000 00:03:57 +0000 Subject: [PATCH] Fix typo in description of GETREGS. --- gdb/ChangeLog | 5 +++++ gdb/acconfig.h | 2 +- gdb/config.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2a05fec057..dfcd9a256e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 28 09:59:00 2000 Andrew Cagney + + * acconfig.h: Fix typo in comment describing HAVE_PTRACE_GETREGS. + * config.h: Regenerate. + Mon Mar 27 19:53:29 2000 Andrew Cagney * TODO: Update. Add criteria for next release of GDB. diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 9b7f514467..f5419878c5 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 defines the PTRACE_GETXFPREGS request. */ +/* Define if defines the PTRACE_GETREGS request. */ #undef HAVE_PTRACE_GETREGS /* Define if defines the PTRACE_GETXFPREGS request. */ diff --git a/gdb/config.in b/gdb/config.in index ee76234ee4..486b7f5934 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -117,7 +117,7 @@ /* Set to true if the save_state_t structure has the ss_wide member */ #undef HAVE_STRUCT_MEMBER_SS_WIDE -/* Define if defines the PTRACE_GETXFPREGS request. */ +/* Define if defines the PTRACE_GETREGS request. */ #undef HAVE_PTRACE_GETREGS /* Define if defines the PTRACE_GETXFPREGS request. */ -- 2.11.0