From 1875c2b7f80189d092dcd61112465e0f707b6644 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 5 May 2005 16:24:10 +0000 Subject: [PATCH] * pt.c: Fix a comment typo. From-SVN: r99274 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/pt.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 39d8675..dab19ae 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2005-05-05 Kazu Hirata + + * pt.c: Fix a comment typo. + 2005-05-04 Kazu Hirata * cp-tree.h (language_function): Change the type of diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index aaecabc..32ff496 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -418,7 +418,7 @@ maybe_begin_member_template_processing (tree decl) ++inline_parm_levels_used; } -/* Undo the effects of begin_member_template_processing. */ +/* Undo the effects of maybe_begin_member_template_processing. */ void maybe_end_member_template_processing (void) -- 2.7.4