mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
include: Fix typos reported by codespell
This commit is contained in:
committed by
Xiang Xiao
parent
651b905b99
commit
b9f231cdca
+1
-1
@@ -63,7 +63,7 @@
|
||||
#define MAP_EXECUTABLE (1 << 7) /* Bit 7: Mark it as an executable */
|
||||
#define MAP_LOCKED (1 << 8) /* Bit 8: Lock pages mapped into memory */
|
||||
#define MAP_NORESERVE (1 << 9) /* Bit 9: Do not reserve swap space for this mapping */
|
||||
#define MAP_POPULATE (1 << 10) /* Bit 10: opulate (prefault) page tables */
|
||||
#define MAP_POPULATE (1 << 10) /* Bit 10: populate (prefault) page tables */
|
||||
#define MAP_NONBLOCK (1 << 11) /* Bit 11: Do not block on IO */
|
||||
|
||||
/* Failure return */
|
||||
|
||||
+1
-1
@@ -103,7 +103,7 @@
|
||||
#define S_TYPEISMQ(buf) S_ISMQ((buf)->st_mode)
|
||||
#define S_TYPEISSHM(buf) S_ISSHM((buf)->st_mode)
|
||||
|
||||
/* The following macros are required by POSIX to acheive backward
|
||||
/* The following macros are required by POSIX to achieve backward
|
||||
* compatibility with earlier versions of struct stat.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user