]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
remove utf-8 from comment
authorJason Merrill <jason@gcc.gnu.org>
Wed, 29 Aug 2018 01:14:21 +0000 (21:14 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 29 Aug 2018 01:14:21 +0000 (21:14 -0400)
From-SVN: r263942

gcc/cp/call.c

index d74f2be7d7c575c096a8de809e0861c9762fb654..1001be239a1b07df75f3208c6abc7cfeeff267dd 100644 (file)
@@ -7922,7 +7922,7 @@ build_over_call (struct z_candidate *cand, int flags, tsubst_flags_t complain)
        {
          /* The implicit move specified in 15.8.3/3 fails "...if the type of
             the first parameter of the selected constructor is not an rvalue
-            reference to the objects type (possibly cv-qualified)...." */
+            reference to the object's type (possibly cv-qualified)...." */
          gcc_assert (!(complain & tf_error));
          tree ptype = convs[0]->type;
          if (!TYPE_REF_P (ptype)