Skip to content

Commit 06d766c

Browse files
committed
Fix a typo.
1 parent 531a5c0 commit 06d766c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaCXX/coroutine-unreachable-warning.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ task test8() {
7171

7272
task test9() {
7373
abort();
74-
// This warning is emit on the declaration itself, rather the coroutine substmt.
74+
// This warning is emitted on the declaration itself, rather the coroutine substmt.
7575
int x = co_await 1; // expected-warning {{code will never be executed}}
7676
}

0 commit comments

Comments
 (0)