aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-15 14:39:24 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-10-15 14:39:24 +0000
commit06b6044526f342bc94bfded0ad95f3e1373cd65f (patch)
tree8015cb4b12945c560cf24ba3af81faca3a3fa35f /gcc/cp
parented8b755833fddacaf72eed8977c1bbe9c6c4d45e (diff)
downloadgcc-06b6044526f342bc94bfded0ad95f3e1373cd65f.zip
gcc-06b6044526f342bc94bfded0ad95f3e1373cd65f.tar.gz
gcc-06b6044526f342bc94bfded0ad95f3e1373cd65f.tar.bz2
* decl.c: Fix a comment typo.
From-SVN: r89095
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/decl.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index d970b5a..64ff661 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-15 Kazu Hirata <kazu@cs.umass.edu>
+
+ * decl.c: Fix a comment typo.
+
2004-10-13 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/16301
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index ee7e481..054662d 100644
--- a/gcc/cp/decl.c
+++ b/gcc/cp/decl.c
@@ -4977,7 +4977,7 @@ cp_finish_decl (tree decl, tree init, tree asmspec_tree, int flags)
}
/* If a variable is defined, and then a subsequent
- definintion with external linkage is encountered, we will
+ definition with external linkage is encountered, we will
get here twice for the same variable. We want to avoid
calling expand_static_init more than once. For variables
that are not static data members, we can call