aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-06-30 12:29:51 -0400
committerAdrian Bunk <bunk@stusta.de>2006-06-30 12:29:51 -0400
commitd254c8f70abcb560d941e68c8c1f3b816c44a020 (patch)
tree88f995180931bd13bf32186d3735b24a28f7dde1
parentd0f19d82173e46bd7f7544d0207aec7d467b3fe4 (diff)
typo fixes: specfic -> specific
Signed-off-by: Adrian Bunk <bunk@stusta.de>
-rw-r--r--arch/i386/mm/discontig.c2
-rw-r--r--include/asm-arm/arch-at91rm9200/board.h2
-rw-r--r--sound/sparc/dbri.c2
3 files changed, 3 insertions, 3 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);
43bootmem_data_t node0_bdata; 43bootmem_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
diff --git a/include/asm-arm/arch-at91rm9200/board.h b/include/asm-arm/arch-at91rm9200/board.h
index 1fdd70b23809..c1ca9a4658ec 100644
--- a/include/asm-arm/arch-at91rm9200/board.h
+++ b/include/asm-arm/arch-at91rm9200/board.h
@@ -20,7 +20,7 @@
20 20
21/* 21/*
22 * These are data structures found in platform_device.dev.platform_data, 22 * These are data structures found in platform_device.dev.platform_data,
23 * and describing board-specfic data needed by drivers. For example, 23 * and describing board-specific data needed by drivers. For example,
24 * which pin is used for a given GPIO role. 24 * which pin is used for a given GPIO role.
25 * 25 *
26 * In 2.6, drivers should strongly avoid board-specific knowledge so 26 * In 2.6, drivers should strongly avoid board-specific knowledge so
diff --git a/sound/sparc/dbri.c b/sound/sparc/dbri.c
index a7489a3dd75a..63bef0aadf1e 100644
--- a/sound/sparc/dbri.c
+++ b/sound/sparc/dbri.c
@@ -46,7 +46,7 @@
46 * 46 *
47 * I've tried to stick to the following function naming conventions: 47 * I've tried to stick to the following function naming conventions:
48 * snd_* ALSA stuff 48 * snd_* ALSA stuff
49 * cs4215_* CS4215 codec specfic stuff 49 * cs4215_* CS4215 codec specific stuff
50 * dbri_* DBRI high-level stuff 50 * dbri_* DBRI high-level stuff
51 * other DBRI low-level stuff 51 * other DBRI low-level stuff
52 */ 52 */