summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread/pthread_sigmask.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/pthread/pthread_sigmask.c')
-rw-r--r--nuttx/sched/pthread/pthread_sigmask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/pthread/pthread_sigmask.c b/nuttx/sched/pthread/pthread_sigmask.c
index b48370fce..59d979dc0 100644
--- a/nuttx/sched/pthread/pthread_sigmask.c
+++ b/nuttx/sched/pthread/pthread_sigmask.c
@@ -45,7 +45,7 @@
#include <debug.h>
/************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************/
/************************************************************************