]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c++: remove unicode from comment
authorJason Merrill <jason@redhat.com>
Fri, 14 Feb 2025 09:52:21 +0000 (10:52 +0100)
committerJason Merrill <jason@redhat.com>
Fri, 14 Feb 2025 16:12:48 +0000 (17:12 +0100)
We had a stray U+2019 right single quotation mark instead of U+0027
apostrophe.

gcc/cp/ChangeLog:

* init.cc (perform_member_init): Remove unicode from comment.

gcc/cp/init.cc

index 20f4408cc9a19158652dedaec90d9fa5fd164c30..bc0754735549d3f69a6127e7eee062d33bb86ee8 100644 (file)
@@ -1093,7 +1093,7 @@ perform_member_init (tree member, tree init, hash_set<tree> &uninitialized)
     {
       /* With references and list-initialization, we need to deal with
         extending temporary lifetimes.  12.2p5: "A temporary bound to a
-        reference member in a constructors ctor-initializer (12.6.2)
+        reference member in a constructor's ctor-initializer (12.6.2)
         persists until the constructor exits."  */
       unsigned i; tree t;
       releasing_vec cleanups;