From: Kriang Lerdsuwanakij Date: Tue, 2 Jul 2002 16:06:49 +0000 (+0000) Subject: typeck2.c (incomplete_type_error): Fix typo caused by CVS conflict in my last patch. X-Git-Tag: releases/gcc-3.3.0~3992 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04c4491db6c776fa78350a42cdfefed45a25b005;p=thirdparty%2Fgcc.git typeck2.c (incomplete_type_error): Fix typo caused by CVS conflict in my last patch. * typeck2.c (incomplete_type_error): Fix typo caused by CVS conflict in my last patch. From-SVN: r55183 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 7382cb3dda08..1c406224aa69 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2002-07-02 Kriang Lerdsuwanakij + + * typeck2.c (incomplete_type_error): Fix typo caused by + CVS conflict in my last patch. + 2002-07-02 Kriang Lerdsuwanakij PR c++/6716 diff --git a/gcc/cp/typeck2.c b/gcc/cp/typeck2.c index 8700a4fe2876..fa6474330c90 100644 --- a/gcc/cp/typeck2.c +++ b/gcc/cp/typeck2.c @@ -230,7 +230,7 @@ retry: if (!TYPE_TEMPLATE_INFO (type)) (*p_msg_at) ("forward declaration of `%#T'", type); else - (*p_msg_at) ("forward declaration of `%#T'", type); + (*p_msg_at) ("declaration of `%#T'", type); break; case VOID_TYPE: