diff options
author | David Anderson <davea@sgi.com> | 2000-10-27 15:02:42 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-10-27 15:02:42 +0000 |
commit | 7e73cedf75b6388ab7786d5c8bd06368f94ee69b (patch) | |
tree | 01cebc5754b17f6cc947f84b6d31dd0775da13ac /gdb/config/sparc | |
parent | bf1b588105487405c16b3688c687373490638ee0 (diff) | |
download | gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.zip gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.tar.gz gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.tar.bz2 |
Corrected spelling errors in comments.
gdbarch.{c,sh} removed a word from a comment.
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r-- | gdb/config/sparc/xm-sun4sol2.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |