aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorDavid Anderson <davea@sgi.com>2000-10-27 15:02:42 +0000
committerDavid Anderson <davea@sgi.com>2000-10-27 15:02:42 +0000
commit7e73cedf75b6388ab7786d5c8bd06368f94ee69b (patch)
tree01cebc5754b17f6cc947f84b6d31dd0775da13ac /gdb/config
parentbf1b588105487405c16b3688c687373490638ee0 (diff)
downloadfsf-binutils-gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.zip
fsf-binutils-gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.tar.gz
fsf-binutils-gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.tar.bz2
Corrected spelling errors in comments.
gdbarch.{c,sh} removed a word from a comment.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/mips/tm-mips.h2
-rw-r--r--gdb/config/sparc/xm-sun4sol2.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h
index 653b62d..f4dd60c 100644
--- a/gdb/config/mips/tm-mips.h
+++ b/gdb/config/mips/tm-mips.h
@@ -432,7 +432,7 @@ extern void mips_print_extra_frame_info (struct frame_info *frame);
multiple functions with the same SP. But on the MIPS we can't do
that since the PC is not stored in the same part of the frame every
time. This does not seem to be a very clever way to set up frames,
- but there is nothing we can do about that). */
+ but there is nothing we can do about that. */
#define SETUP_ARBITRARY_FRAME(argc, argv) setup_arbitrary_frame (argc, argv)
extern struct frame_info *setup_arbitrary_frame (int, CORE_ADDR *);
diff --git a/gdb/config/sparc/xm-sun4sol2.h b/gdb/config/sparc/xm-sun4sol2.h
index 3edb5ab..43f6166 100644
--- a/gdb/config/sparc/xm-sun4sol2.h
+++ b/gdb/config/sparc/xm-sun4sol2.h
@@ -39,5 +39,5 @@
/* On sol2.7, <curses.h> emits a bunch of 'macro redefined'
warnings, which makes autoconf think curses.h doesn't
- exist. Compensate fot that here. */
+ exist. Compensate for that here. */
#define HAVE_CURSES_H 1