summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-28 11:55:45 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-28 11:55:45 +0000
commitb2841a5b0cae96bcdf4b6e6823bcd0a33c9ecb47 (patch)
tree08247f01293273d0d525d1baeee863a0142aed68
parentc1e065f3f2d78e85f387fef9d235c466bda6b1bc (diff)
downloadppe42-gcc-b2841a5b0cae96bcdf4b6e6823bcd0a33c9ecb47.tar.gz
ppe42-gcc-b2841a5b0cae96bcdf4b6e6823bcd0a33c9ecb47.zip
* tree.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88229 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/tree.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 05e6fc2e0f6..b7b0d3fc185 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-28 Kazu Hirata <kazu@cs.umass.edu>
+
+ * tree.c: Fix a comment typo.
+
2004-09-28 Nathan Sidwell <nathan@codesourcery.com>
* class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): Remove.
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c
index 16bb39bc740..a8cea232c27 100644
--- a/gcc/cp/tree.c
+++ b/gcc/cp/tree.c
@@ -2340,7 +2340,7 @@ fold_if_not_in_template (tree expr)
/* In the body of a template, there is never any need to call
"fold". We will call fold later when actually instantiating the
template. Integral constant expressions in templates will be
- evaluted via fold_non_dependent_expr, as necessary. */
+ evaluated via fold_non_dependent_expr, as necessary. */
return (processing_template_decl ? expr : fold (expr));
}
OpenPOWER on IntegriCloud