summaryrefslogtreecommitdiff
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
commit86492e7813dd3de2ecad8d9c2c803198c045300f (patch)
tree3c42c168e7a1c14b1a59251cfc5ea04cce44bed1 /gdb/language.h
parent0594ce6812669af20b550a1aad8b0a5a8c540382 (diff)
downloadgdb-86492e7813dd3de2ecad8d9c2c803198c045300f.tar.gz
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 ba007786de2..503e338f71c 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;