include: Fix typos reported by codespell

This commit is contained in:
Gustavo Henrique Nihei
2021-02-25 09:15:53 -03:00
committed by Xiang Xiao
parent 651b905b99
commit b9f231cdca
19 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -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
View File
@@ -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.
*/