* pt.c: Fix a comment typo.

From-SVN: r120394
This commit is contained in:
Kazu Hirata 2007-01-03 08:37:54 +00:00 committed by Kazu Hirata
parent 900f1ea9fa
commit c3e188fcaa
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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)
{