From: Kazu Hirata Date: Wed, 3 Jan 2007 08:37:54 +0000 (+0000) Subject: * pt.c: Fix a comment typo. X-Git-Tag: releases/gcc-4.3.0~7734 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3e188fcaa143800029b5a478f4ac74210ca6879;p=thirdparty%2Fgcc.git * pt.c: Fix a comment typo. From-SVN: r120394 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index abc7a71d7fcd..7a370367c426 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2007-01-03 Kazu Hirata + + * pt.c: Fix a comment typo. + 2006-01-02 Ian Lance Taylor * semantics.c (maybe_convert_cond): Optionally warn when using an diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 04c24eb561f1..c1fc2ad4f46b 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) {