Skip to content

Commit 613e154

Browse files
abrownsunfishcode
authored andcommitted
Fix typo
1 parent 87c2aa0 commit 613e154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libc-bottom-half/signal/signal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void __SIG_ERR(int sig) {
2424

2525
_Noreturn
2626
static void core_handler(int sig) {
27-
fprintf(stderr, "Program recieved fatal signal: %s\n", strsignal(sig));
27+
fprintf(stderr, "Program received fatal signal: %s\n", strsignal(sig));
2828
abort();
2929
}
3030

0 commit comments

Comments
 (0)