From: Kazu Hirata Date: Fri, 30 Jun 2006 19:34:38 +0000 (+0000) Subject: * decl2.c: Fix a comment typo. X-Git-Tag: releases/gcc-4.2.0~2231 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7d35a8840a897e40f966c6e6c11c9d93891bc48;p=thirdparty%2Fgcc.git * decl2.c: Fix a comment typo. From-SVN: r115099 --- 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 + + * decl2.c: Fix a comment typo. + 2006-06-30 Jason Merrill 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