summaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-05-05 16:24:10 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-05-05 16:24:10 +0000
commit1875c2b7f80189d092dcd61112465e0f707b6644 (patch)
tree1f7be57ae708febc4c5d92d4d728a5e1d4c7ce8d /gcc/cp
parenta72c74a1dee345bba8691b173cd1c6e5c93661f1 (diff)
downloadgcc-1875c2b7f80189d092dcd61112465e0f707b6644.tar.gz
* pt.c: Fix a comment typo.
From-SVN: r99274
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/pt.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 39d86755c85..dab19ae2c24 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-05 Kazu Hirata <kazu@cs.umass.edu>
+
+ * pt.c: Fix a comment typo.
+
2005-05-04 Kazu Hirata <kazu@cs.umass.edu>
* cp-tree.h (language_function): Change the type of
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index aaecabcbc45..32ff4964736 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)