aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2012-01-10 22:04:38 -0500
committerJason Merrill <jason@gcc.gnu.org>2012-01-10 22:04:38 -0500
commit4bedcb19b9871fcff39e031656c377edac343e29 (patch)
tree5c2f0770b94d7970502b62b7c3e3fe7338ef1ba0 /gcc/cp
parent36f8b4cb0e68404f903a0d940898db921358bae2 (diff)
downloadgcc-4bedcb19b9871fcff39e031656c377edac343e29.zip
gcc-4bedcb19b9871fcff39e031656c377edac343e29.tar.gz
gcc-4bedcb19b9871fcff39e031656c377edac343e29.tar.bz2
tweak comment
From-SVN: r183087
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c
index 29aed98..57b1765 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;