summaryrefslogtreecommitdiff
path: root/nuttx/libc/string/lib_strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/string/lib_strerror.c')
-rw-r--r--nuttx/libc/string/lib_strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/string/lib_strerror.c b/nuttx/libc/string/lib_strerror.c
index 0c7ca28fd..58724de35 100644
--- a/nuttx/libc/string/lib_strerror.c
+++ b/nuttx/libc/string/lib_strerror.c
@@ -44,7 +44,7 @@
#include <errno.h>
/************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************/
/************************************************************************