Commit 06b60445 by Kazu Hirata Committed by Kazu Hirata

* decl.c: Fix a comment typo.

From-SVN: r89095
parent ed8b7558
2004-10-15 Kazu Hirata <kazu@cs.umass.edu>
* decl.c: Fix a comment typo.
2004-10-13 Andrew Pinski <pinskia@physics.uc.edu> 2004-10-13 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/16301 PR c++/16301
......
...@@ -4977,7 +4977,7 @@ cp_finish_decl (tree decl, tree init, tree asmspec_tree, int flags) ...@@ -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 /* 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 get here twice for the same variable. We want to avoid
calling expand_static_init more than once. For variables calling expand_static_init more than once. For variables
that are not static data members, we can call that are not static data members, we can call
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment