summaryrefslogtreecommitdiff
path: root/nuttx/include/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/errno.h')
-rw-r--r--nuttx/include/errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/errno.h b/nuttx/include/errno.h
index d0c80975a..94a8b669c 100644
--- a/nuttx/include/errno.h
+++ b/nuttx/include/errno.h
@@ -346,7 +346,7 @@ extern "C" {
#define EXTERN extern
#endif
-/* Return a pointer to the thread specifid errno. NOTE: When doing a
+/* Return a pointer to the thread specific errno. NOTE: When doing a
* kernel-/user-mode build, this function can only be used within the
* kernel-mode space.
*