aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/pt.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index abc7a71..7a37036 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-03 Kazu Hirata <kazu@codesourcery.com>
+
+ * pt.c: Fix a comment typo.
+
2006-01-02 Ian Lance Taylor <iant@google.com>
* semantics.c (maybe_convert_cond): Optionally warn when using an
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index 04c24eb5..c1fc2ad 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -2343,8 +2343,8 @@ build_template_parm_index (int index,
}
/* Find the canonical type parameter for the given template type
- parmaeter. Returns the canonical type parameter, which may be TYPE
- if no such parameter existed. */
+ parameter. Returns the canonical type parameter, which may be TYPE
+ if no such parameter existed. */
static tree
canonical_type_parameter (tree type)
{