summaryrefslogtreecommitdiff
path: root/nuttx/sched/sig_ismember.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sig_ismember.c')
-rw-r--r--nuttx/sched/sig_ismember.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/sig_ismember.c b/nuttx/sched/sig_ismember.c
index 77cd520fd..670ef7bd2 100644
--- a/nuttx/sched/sig_ismember.c
+++ b/nuttx/sched/sig_ismember.c
@@ -40,7 +40,7 @@
#include <signal.h>
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************
@@ -75,7 +75,7 @@
* signo - Signal to test for
*
* Return Value:
- * 1 (TRUE), if the specified signal is a member of the set,
+ * 1 (true), if the specified signal is a member of the set,
* 0 (OK or FALSE), if it is not, or
* -1 (ERROR) if the signal number is invalid.
*