Skip to content

Commit 0b6889e

Browse files
tomaszkamjwakely
andauthored
Apply suggestions from code review
Co-authored-by: Jonathan Wakely <[email protected]>
1 parent 0f4686e commit 0b6889e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/issue4264.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ even if the corresponding parameter is not of reference type.
6767
<note>2024-05-21; Tomasz's comment and upates proposed resolution</note>
6868

6969
<p>
70-
After implementing double indirecation avoidance in the libstdc++, I have realized
70+
After implementing double indirection avoidance in the libstdc++, I have realized
7171
that above wording change is insufficient to cover all user observable effects of
72-
the change. Revelant quiote from the <a href="https://gcc.gnu.org/pipermail/libstdc++/2025-May/061561.html">
73-
Avoid double indirection in function_ref</a> from libsdc++ mailing lists:
72+
the change. Revelant quote from the <a href="https://gcc.gnu.org/pipermail/libstdc++/2025-May/061561.html">
73+
Avoid double indirection in function_ref</a> from libstdc++ mailing lists:
7474
</p>
7575

7676
<blockquote>
@@ -160,7 +160,7 @@ wrapper.
160160
<p>
161161
The updated resolution allows indirection but making it unspecified if
162162
<tt>function_ref</tt> constructed from other <tt>function_ref</tt> specialization,
163-
will reffer to source object or it's target.
163+
will refer to source object or its target.
164164
</p>
165165

166166
</discussion>

0 commit comments

Comments
 (0)