diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-01-03 08:37:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-01-03 08:37:54 +0000 |
commit | c3e188fcaa143800029b5a478f4ac74210ca6879 (patch) | |
tree | 36062ab3deb66347b33e1c0331c3c08334c83aaa | |
parent | 900f1ea9fa0bd800b1e9d8ee9dfc1f919bf1c4cf (diff) | |
download | gcc-c3e188fcaa143800029b5a478f4ac74210ca6879.zip gcc-c3e188fcaa143800029b5a478f4ac74210ca6879.tar.gz gcc-c3e188fcaa143800029b5a478f4ac74210ca6879.tar.bz2 |
* pt.c: Fix a comment typo.
From-SVN: r120394
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/pt.c | 4 |
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) { |