OSDN Git Service

tweak comment
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Jan 2012 03:04:38 +0000 (03:04 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Jan 2012 03:04:38 +0000 (03:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183087 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/call.c

index 29aed98..57b1765 100644 (file)
@@ -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;