summaryrefslogtreecommitdiff
path: root/nuttx/sched/mq_initialize.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/mq_initialize.c')
-rw-r--r--nuttx/sched/mq_initialize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/mq_initialize.c b/nuttx/sched/mq_initialize.c
index fdc5dbb00..2fcd304dd 100644
--- a/nuttx/sched/mq_initialize.c
+++ b/nuttx/sched/mq_initialize.c
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -39,7 +39,7 @@
#include <nuttx/config.h>
-#include <stdinit.h>
+#include <stdint.h>
#include <queue.h>
#include <nuttx/kmalloc.h>