diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-generic/user.h | 4 | ||||
-rw-r--r-- | include/linux/mmzone.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-generic/user.h b/include/asm-generic/user.h index 8b9c3c9..35638c3 100644 --- a/include/asm-generic/user.h +++ b/include/asm-generic/user.h @@ -1,8 +1,8 @@ #ifndef __ASM_GENERIC_USER_H #define __ASM_GENERIC_USER_H /* - * This file may define a 'struct user' structure. However, it it only - * used for a.out file, which are not supported on new architectures. + * This file may define a 'struct user' structure. However, it is only + * used for a.out files, which are not supported on new architectures. */ #endif /* __ASM_GENERIC_USER_H */ diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 02ecb01..e56f835 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -472,7 +472,7 @@ static inline int zone_is_oom_locked(const struct zone *zone) #ifdef CONFIG_NUMA /* - * The NUMA zonelists are doubled becausse we need zonelists that restrict the + * The NUMA zonelists are doubled because we need zonelists that restrict the * allocations to a single node for GFP_THISNODE. * * [0] : Zonelist with fallback |