diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-15 14:39:24 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-15 14:39:24 +0000 |
commit | 48d0e421370dd6fb288944e8224f7321eb2a886b (patch) | |
tree | 8015cb4b12945c560cf24ba3af81faca3a3fa35f /gcc | |
parent | 88cdab5d15a92dfe124d24fe15bad70b240d8e23 (diff) | |
download | gcc-48d0e421370dd6fb288944e8224f7321eb2a886b.tar.gz |
* decl.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89095 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/decl.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d970b5a5ea9..64ff6610e4a 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 ee7e48143f8..054662d8708 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 |