Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 10f15a0

Browse files
Zeng Xiangfeidtarditi
authored andcommitted
Fix typo. (#389)
1 parent b63be55 commit 10f15a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/exit-on-failure.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ int main(int argc, nt_array_ptr<char> argv checked[] : count(argc)) {
2020
// runtime check fails.
2121

2222
// BUG: Compiler crashes when this is done in a checked scope, so put it
23-
// in a unhecked scope. Checked C clang github issue #478.
23+
// in a unchecked scope. Checked C clang github issue #478.
2424
unchecked { signal(SIGILL, handle_error); }
2525

2626
// Read the integer and print the corresponding argument.

0 commit comments

Comments
 (0)