From c3e188fcaa143800029b5a478f4ac74210ca6879 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 3 Jan 2007 08:37:54 +0000 Subject: [PATCH] * pt.c: Fix a comment typo. From-SVN: r120394 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/pt.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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) { -- 2.47.2