summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread/pthread_mutexlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/pthread/pthread_mutexlock.c')
-rw-r--r--nuttx/sched/pthread/pthread_mutexlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/pthread/pthread_mutexlock.c b/nuttx/sched/pthread/pthread_mutexlock.c
index ebd4ea9e3..16a7db3dd 100644
--- a/nuttx/sched/pthread/pthread_mutexlock.c
+++ b/nuttx/sched/pthread/pthread_mutexlock.c
@@ -48,7 +48,7 @@
#include "pthread/pthread.h"
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************