From 106b140319599b1ab93c6f7f4fc995ad9ec7ac85 Mon Sep 17 00:00:00 2001 From: Yoshinori Sugino Date: Sat, 31 Oct 2020 09:27:02 +0900 Subject: [PATCH] sched/signal/sig_default.c: Fix a comment --- sched/signal/sig_default.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/signal/sig_default.c b/sched/signal/sig_default.c index 9c0252e5cc..f3b06b6e50 100644 --- a/sched/signal/sig_default.c +++ b/sched/signal/sig_default.c @@ -255,7 +255,7 @@ static void nxsig_abnormal_termination(int signo) * Name: nxsig_stop_task * * Description: - * This is the handler for the abnormal termination default action. + * This is the handler for the stop default action. * * Input Parameters: * Standard signal handler parameters