From 87c09cc3b7014d2abebf2076e21a994a65a74f68 Mon Sep 17 00:00:00 2001 From: kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Fri, 30 Jun 2006 19:34:38 +0000 Subject: [PATCH] * decl2.c: Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115099 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/decl2.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ad5b0553f283..18551fbd9520 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2006-06-30 Kazu Hirata <kazu@codesourcery.com> + + * decl2.c: Fix a comment typo. + 2006-06-30 Jason Merrill <jason@redhat.com> PR c++/18698 diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 620141ac0b01..0964bf5de849 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -1602,7 +1602,7 @@ constrain_visibility (tree decl, int visibility, bool specified, return false; } -/* Constrain the visibility of DECL based on the visbility of its template +/* Constrain the visibility of DECL based on the visibility of its template arguments. */ static void -- GitLab