From: Jason Merrill Date: Wed, 11 Jan 2012 03:04:38 +0000 (-0500) Subject: tweak comment X-Git-Tag: releases/gcc-4.7.0~1059 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bedcb19b9871fcff39e031656c377edac343e29;p=thirdparty%2Fgcc.git tweak comment From-SVN: r183087 --- diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 29aed980ee15..57b1765271a0 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -526,7 +526,7 @@ struct z_candidate { tree access_path; /* If FN is a non-static member function, the binfo indicating the subobject to which the `this' pointer should be converted if FN - is selected by overload resolution. The type pointed to the by + is selected by overload resolution. The type pointed to by the `this' pointer must correspond to the most derived class indicated by the CONVERSION_PATH. */ tree conversion_path;