summaryrefslogtreecommitdiffstats
path: root/gcc/sdbout.c
diff options
context:
space:
mode:
authoreggert <eggert@138bc75d-0d04-0410-961f-82ee72b054a4>1993-01-10 22:49:32 +0000
committereggert <eggert@138bc75d-0d04-0410-961f-82ee72b054a4>1993-01-10 22:49:32 +0000
commit5ce2b8550b61b502d4463cea50142d92768a9f48 (patch)
treebbd5350b919e67c66c91f34a53903f69205bb17e /gcc/sdbout.c
parent91a48688f87c899ea332b87ee7042d84b2f2bd63 (diff)
downloadppe42-gcc-5ce2b8550b61b502d4463cea50142d92768a9f48.tar.gz
ppe42-gcc-5ce2b8550b61b502d4463cea50142d92768a9f48.zip
# Fix misspellings in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3183 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r--gcc/sdbout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c
index b932fd0cc4f..a738ba40a29 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))
{
OpenPOWER on IntegriCloud