diff options
author | Joe Perches <joe@perches.com> | 2008-01-30 13:31:42 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:31:42 +0100 |
commit | ab4a574ef23cfa801a5078f7d7c2f2b76ecd6d91 (patch) | |
tree | 2e8e1b401f5ef21e18bcc6fdb53408c3aa669a03 /arch/x86/mm/srat_64.c | |
parent | 85f2adf16955460c98131360f3d76aeb51aba073 (diff) |
arch/x86/: spelling fixes
Spelling fixes.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/mm/srat_64.c')
-rw-r--r-- | arch/x86/mm/srat_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/srat_64.c b/arch/x86/mm/srat_64.c index 9be14171144..5c0637e4c2f 100644 --- a/arch/x86/mm/srat_64.c +++ b/arch/x86/mm/srat_64.c @@ -160,7 +160,7 @@ static inline int save_add_info(void) {return 0;} #endif /* * Update nodes_add and decide if to include add are in the zone. - * Both SPARSE and RESERVE need nodes_add infomation. + * Both SPARSE and RESERVE need nodes_add information. * This code supports one contiguous hot add area per node. */ static int reserve_hotadd(int node, unsigned long start, unsigned long end) |