Skip to content

Commit 15f07db

Browse files
[clang] Fix a typo in documentation (llvm#147128)
1 parent e64289b commit 15f07db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/DebuggingCoroutines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ suspension point.
221221
Line 45 of "llvm-example.cpp" starts at address 0x201b <_ZL9coro_taski.destroy+555> and ends at 0x2046 <_ZL9coro_taski.destroy+598>.
222222
Line 45 of "llvm-example.cpp" starts at address 0x253b <_ZL9coro_taski.cleanup+555> and ends at 0x2566 <_ZL9coro_taski.cleanup+598>.
223223

224-
LLDB does not support looking up labels. Furthmore, those labels are only emitted
224+
LLDB does not support looking up labels. Furthermore, those labels are only emitted
225225
starting with clang 21.0.
226226

227227
For simple cases, you might still be able to guess the suspension point correctly.

0 commit comments

Comments
 (0)