aboutsummaryrefslogtreecommitdiff
path: root/gdb/language.h
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/language.h
parentbf1b588105487405c16b3688c687373490638ee0 (diff)
downloadgdb-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/language.h')
-rw-r--r--gdb/language.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/language.h b/gdb/language.h
index ba00778..503e338 100644
--- a/gdb/language.h
+++ b/gdb/language.h
@@ -30,7 +30,7 @@ struct expression;
/* enum exp_opcode; ANSI's `wisdom' didn't include forward enum decls. */
/* This used to be included to configure GDB for one or more specific
- languages. Now it is shortcutted to configure for all of them. FIXME. */
+ languages. Now it is left out to configure for all of them. FIXME. */
/* #include "lang_def.h" */
#define _LANG_c
#define _LANG_m2
@@ -255,7 +255,7 @@ struct language_defn
its own language and we should keep track of that regardless of the
language when symbols are read. If we want some manual setting for
the language of symbol files (e.g. detecting when ".c" files are
- C++), it should be a seprate setting from the current_language. */
+ C++), it should be a separate setting from the current_language. */
extern const struct language_defn *current_language;