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.
{
/* With references and list-initialization, we need to deal with
extending temporary lifetimes. 12.2p5: "A temporary bound to a
- reference member in a constructor’s 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;