summaryrefslogtreecommitdiff
path: root/nuttx/lib/string/lib_strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/string/lib_strerror.c')
-rw-r--r--nuttx/lib/string/lib_strerror.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/lib/string/lib_strerror.c b/nuttx/lib/string/lib_strerror.c
index 61538952d..580974fa6 100644
--- a/nuttx/lib/string/lib_strerror.c
+++ b/nuttx/lib/string/lib_strerror.c
@@ -63,14 +63,14 @@ struct errno_strmap_s
/* This table maps all error numbers to descriptive strings.
* The only assumption that the code makes with regard to this
- * this table is that it is order by error number.
+ * this table is that it is ordered by error number.
*
* The size of this table is quite large. Its size can be
* reduced by eliminating some of the more obscure error
* strings.
*/
-struct errno_strmap_s g_errnomap[] =
+static const struct errno_strmap_s g_errnomap[] =
{
{ EPERM, EPERM_STR },
{ ENOENT, ENOENT_STR },