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