typo fixes: specfic -> specific
authorAdrian Bunk <bunk@stusta.de>
Fri, 30 Jun 2006 16:29:51 +0000 (18:29 +0200)
committerAdrian Bunk <bunk@stusta.de>
Fri, 30 Jun 2006 16:29:51 +0000 (18:29 +0200)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
arch/i386/mm/discontig.c
include/asm-arm/arch-at91rm9200/board.h
sound/sparc/dbri.c

index fe6eb901326e6610171a927dddd5e01280d7a71b..b3873327be746a7f0a7ff674c1acbf41ec420a02 100644 (file)
@@ -43,7 +43,7 @@ EXPORT_SYMBOL(node_data);
 bootmem_data_t node0_bdata;
 
 /*
- * numa interface - we expect the numa architecture specfic code to have
+ * numa interface - we expect the numa architecture specific code to have
  *                  populated the following initialisation.
  *
  * 1) node_online_map  - the map of all nodes configured (online) in the system
index 1fdd70b23809c145d2fea2f575acb26bd48ef247..c1ca9a4658ec9e801aa49bc2d7ba746420615c34 100644 (file)
@@ -20,7 +20,7 @@
 
 /*
  * These are data structures found in platform_device.dev.platform_data,
- * and describing board-specfic data needed by drivers.  For example,
+ * and describing board-specific data needed by drivers.  For example,
  * which pin is used for a given GPIO role.
  *
  * In 2.6, drivers should strongly avoid board-specific knowledge so
index a7489a3dd75ac4f68fc328f128332e760a77a28f..63bef0aadf1e13dd11a4da275ddbd390a398981d 100644 (file)
@@ -46,7 +46,7 @@
  *
  * I've tried to stick to the following function naming conventions:
  * snd_*       ALSA stuff
- * cs4215_*    CS4215 codec specfic stuff
+ * cs4215_*    CS4215 codec specific stuff
  * dbri_*      DBRI high-level stuff
  * other       DBRI low-level stuff
  */