summaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-24 22:45:57 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-24 22:45:57 +0000
commit8fe48a72de03a34bdeb20dc1f255914cf7d82f10 (patch)
treec2b16d66647b344eb885860ecfc370881aad93ab /gcc/langhooks.c
parent23f099a48df12d99cf98b79fb93926bd7533f72a (diff)
downloadgcc-8fe48a72de03a34bdeb20dc1f255914cf7d82f10.tar.gz
Minor updating of comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83615 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r--gcc/langhooks.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c
index 439c12a910f..13be0aaf24c 100644
--- a/gcc/langhooks.c
+++ b/gcc/langhooks.c
@@ -273,8 +273,7 @@ lhd_expand_expr (tree t ATTRIBUTE_UNUSED, rtx r ATTRIBUTE_UNUSED,
abort ();
}
-/* This is the default expand_decl function. */
-/* The default language-specific function for expanding a DECL_STMT. After
+/* The default language-specific function for expanding a decl. After
the language-independent cases are handled, this function will be
called. If this function is not defined, it is assumed that
declarations other than those for variables and labels do not require