summaryrefslogtreecommitdiff
path: root/nuttx/libc/sched/sched_getprioritymin.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/sched/sched_getprioritymin.c')
-rw-r--r--nuttx/libc/sched/sched_getprioritymin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/sched/sched_getprioritymin.c b/nuttx/libc/sched/sched_getprioritymin.c
index b5156f4df..27156b655 100644
--- a/nuttx/libc/sched/sched_getprioritymin.c
+++ b/nuttx/libc/sched/sched_getprioritymin.c
@@ -42,7 +42,7 @@
#include <nuttx/arch.h>
/************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************/
/************************************************************************