aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@gcc.gnu.org>1998-01-09 11:09:07 -0500
committerBrendan Kehoe <brendan@gcc.gnu.org>1998-01-09 11:09:07 -0500
commit9e28580c86a71602740377b38f4b48bea079817a (patch)
treea8b5ff0eeea0822a49ee708f6f7f77cf24f7826f
parent3b80f6ca69f78207e8fcf8e835a4a8aa2e4abfba (diff)
downloadgcc-9e28580c86a71602740377b38f4b48bea079817a.zip
gcc-9e28580c86a71602740377b38f4b48bea079817a.tar.gz
gcc-9e28580c86a71602740377b38f4b48bea079817a.tar.bz2
fix comment at the top (just noticed)
From-SVN: r17313
-rw-r--r--gcc/cp/decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index 2f9f988..101b5a3 100644
--- a/gcc/cp/decl.c
+++ b/gcc/cp/decl.c
@@ -1,4 +1,4 @@
-/* Process declarations and variables for C compiler.
+/* Process declarations and variables for C++ compiler.
Copyright (C) 1988, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)