projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed8b755
)
* decl.c: Fix a comment typo.
author
Kazu Hirata
<kazu@cs.umass.edu>
Fri, 15 Oct 2004 14:39:24 +0000
(14:39 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Fri, 15 Oct 2004 14:39:24 +0000
(14:39 +0000)
From-SVN: r89095
gcc/cp/ChangeLog
patch
|
blob
|
history
gcc/cp/decl.c
patch
|
blob
|
history
diff --git
a/gcc/cp/ChangeLog
b/gcc/cp/ChangeLog
index d970b5a5ea90d2c9ee541d356f7c53f75b5c9686..64ff6610e4ae1565ddb4404f4a7d51f9d8130761 100644
(file)
--- 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 ee7e48143f80b4582d924100bc1c9d5fc1c0ff3c..054662d8708fd0ae717c81e48beb4681855ec97a 100644
(file)
--- 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
- defini
n
tion 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