diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-30 12:29:51 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 12:29:51 -0400 |
commit | d254c8f70abcb560d941e68c8c1f3b816c44a020 (patch) | |
tree | 88f995180931bd13bf32186d3735b24a28f7dde1 /arch/i386/mm | |
parent | d0f19d82173e46bd7f7544d0207aec7d467b3fe4 (diff) |
typo fixes: specfic -> specific
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch/i386/mm')
-rw-r--r-- | arch/i386/mm/discontig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/mm/discontig.c b/arch/i386/mm/discontig.c index fe6eb901326e..b3873327be74 100644 --- a/arch/i386/mm/discontig.c +++ b/arch/i386/mm/discontig.c | |||
@@ -43,7 +43,7 @@ EXPORT_SYMBOL(node_data); | |||
43 | bootmem_data_t node0_bdata; | 43 | bootmem_data_t node0_bdata; |
44 | 44 | ||
45 | /* | 45 | /* |
46 | * numa interface - we expect the numa architecture specfic code to have | 46 | * numa interface - we expect the numa architecture specific code to have |
47 | * populated the following initialisation. | 47 | * populated the following initialisation. |
48 | * | 48 | * |
49 | * 1) node_online_map - the map of all nodes configured (online) in the system | 49 | * 1) node_online_map - the map of all nodes configured (online) in the system |