diff options
author | Paul Eggert <eggert@gnu.org> | 1993-01-10 22:49:32 +0000 |
---|---|---|
committer | Paul Eggert <eggert@gnu.org> | 1993-01-10 22:49:32 +0000 |
commit | ac2a94545529758e5648ade68e55a0b5b257c445 (patch) | |
tree | bbd5350b919e67c66c91f34a53903f69205bb17e /gcc/sdbout.c | |
parent | a1c3776604184797b285078a4e3ff5250abaa44d (diff) | |
download | gcc-ac2a94545529758e5648ade68e55a0b5b257c445.zip gcc-ac2a94545529758e5648ade68e55a0b5b257c445.tar.gz gcc-ac2a94545529758e5648ade68e55a0b5b257c445.tar.bz2 |
# Fix misspellings in comments.
From-SVN: r3183
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r-- | gcc/sdbout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c index b932fd0..a738ba4 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -416,7 +416,7 @@ sdbout_record_type_name (type) { t = TYPE_NAME (type); } -#if 1 /* As a temprary hack, use typedef names for C++ only. */ +#if 1 /* As a temporary hack, use typedef names for C++ only. */ else if (TREE_CODE (TYPE_NAME (type)) == TYPE_DECL && TYPE_LANG_SPECIFIC (type)) { |