]> Pileus Git - ~andy/linux/commitdiff
spelling: s/appropiate/appropriate/
authorAdrian Bunk <bunk@stusta.de>
Sun, 15 Jan 2006 01:00:17 +0000 (02:00 +0100)
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>
Sun, 15 Jan 2006 01:00:17 +0000 (02:00 +0100)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Documentation/cachetlb.txt
Documentation/ioctl/hdio.txt
Documentation/laptop-mode.txt
Documentation/networking/sk98lin.txt
Documentation/x86_64/boot-options.txt
drivers/s390/scsi/zfcp_erp.c
drivers/scsi/gdth.c
sound/oss/opl3sa2.c

index 7eb715e07eda0eaf39f391fe8e4caf3c1734fdd9..4ae418889b881c857f4c3b77b8b554e405f705ae 100644 (file)
@@ -136,7 +136,7 @@ changes occur:
 8) void lazy_mmu_prot_update(pte_t pte)
        This interface is called whenever the protection on
        any user PTEs change.  This interface provides a notification
-       to architecture specific code to take appropiate action.
+       to architecture specific code to take appropriate action.
 
 
 Next, we have the cache flushing interfaces.  In general, when Linux
index 9a7aea0636a539d86afe0ad794900bc4177ed91e..11c9be49f37caa1a80e9f558c78f21a8e8aebae1 100644 (file)
@@ -946,7 +946,7 @@ HDIO_SCAN_HWIF                      register and (re)scan interface
 
          This ioctl initializes the addresses and irq for a disk
          controller, probes for drives, and creates /proc/ide
-         interfaces as appropiate.
+         interfaces as appropriate.
 
 
 
index f42e4c089356cf4329b59b63da74386255d6f27b..b18e216759060ef792f3b62f4e0865f86dd60b06 100644 (file)
@@ -357,7 +357,7 @@ MAX_AGE=${MAX_AGE:-'600'}
 # Read-ahead, in kilobytes
 READAHEAD=${READAHEAD:-'4096'}
 
-# Shall we remount journaled fs. with appropiate commit interval? (1=yes)
+# Shall we remount journaled fs. with appropriate commit interval? (1=yes)
 DO_REMOUNTS=${DO_REMOUNTS:-'1'}
 
 # And shall we add the "noatime" option to that as well? (1=yes)
index f9d979ee95268e98ea08e77936f5a327aef5315b..7837c53fd5feec94e7351820de4c56c85ac982ad 100644 (file)
@@ -91,7 +91,7 @@ To use the driver as a module, proceed as follows:
    with (M)
 5. Execute the command "make modules".
 6. Execute the command "make modules_install".
-   The appropiate modules will be installed.
+   The appropriate modules will be installed.
 7. Reboot your system.
 
 
index 72ab9b99b22c822f160f7e95fdd5d2d4613c3ee9..9c5fc15d03d140467abc4714adfededf31af3dc5 100644 (file)
@@ -198,6 +198,6 @@ Debugging
 
 Misc
 
-  noreplacement  Don't replace instructions with more appropiate ones
+  noreplacement  Don't replace instructions with more appropriate ones
                 for the CPU. This may be useful on asymmetric MP systems
                 where some CPU have less capabilities than the others.
index 7bdb00b5aeb2092bf5eb70fcc25fae4b239a59c0..c065cb836c97a8bd611dd482dfb5aa8e2242d84e 100644 (file)
@@ -3403,7 +3403,7 @@ zfcp_erp_action_dequeue(struct zfcp_erp_action *erp_action)
 /**
  * zfcp_erp_action_cleanup
  *
- * Register unit with scsi stack if appropiate and fix reference counts.
+ * Register unit with scsi stack if appropriate and fix reference counts.
  * Note: Temporary units are not registered with scsi stack.
  */
 static void
index a6deb016584c072aaadc7ebaf6551040b1a0e9e2..bd3ffdf6c800088d5e6de6b915a6727eaa912757 100644 (file)
  * hdr_channel:x                x - number of virtual bus for host drives
  * shared_access:Y              disable driver reserve/release protocol to 
  *                              access a shared resource from several nodes, 
- *                              appropiate controller firmware required
+ *                              appropriate controller firmware required
  * shared_access:N              enable driver reserve/release protocol
  * probe_eisa_isa:Y             scan for EISA/ISA controllers
  * probe_eisa_isa:N             do not scan for EISA/ISA controllers
index 5cecdbcbea9d0c6187791c2fca5f9961e96fe311..0e161c6a04770c313ed157a1d99acc8b2b349fc9 100644 (file)
@@ -530,7 +530,7 @@ static void __init attach_opl3sa2_mss(struct address_info* hw_config, struct res
        if (hw_config->slots[0] != -1) {
                /* Did the MSS driver install? */
                if(num_mixers == (initial_mixers + 1)) {
-                       /* The MSS mixer is installed, reroute mixers appropiately */
+                       /* The MSS mixer is installed, reroute mixers appropriately */
                        AD1848_REROUTE(SOUND_MIXER_LINE1, SOUND_MIXER_CD);
                        AD1848_REROUTE(SOUND_MIXER_LINE2, SOUND_MIXER_SYNTH);
                        AD1848_REROUTE(SOUND_MIXER_LINE3, SOUND_MIXER_LINE);