diff options
Diffstat (limited to 'kernel/signal.c')
-rw-r--r-- | kernel/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/signal.c b/kernel/signal.c index dc17929ab78..29e233fd7a0 100644 --- a/kernel/signal.c +++ b/kernel/signal.c | |||
@@ -1887,7 +1887,7 @@ relock: | |||
1887 | for (;;) { | 1887 | for (;;) { |
1888 | struct k_sigaction *ka; | 1888 | struct k_sigaction *ka; |
1889 | /* | 1889 | /* |
1890 | * Tracing can induce an artifical signal and choose sigaction. | 1890 | * Tracing can induce an artificial signal and choose sigaction. |
1891 | * The return value in @signr determines the default action, | 1891 | * The return value in @signr determines the default action, |
1892 | * but @info->si_signo is the signal number we will report. | 1892 | * but @info->si_signo is the signal number we will report. |
1893 | */ | 1893 | */ |