Commit 575c96871832e91983248aebb02fc072e5fd17c9

Authored by Adrian Bunk
Committed by Adrian Bunk
1 parent a8e82ef97a

spelling: s/appropiate/appropriate/

Signed-off-by: Adrian Bunk <bunk@stusta.de>

Showing 8 changed files with 8 additions and 8 deletions Side-by-side Diff

Documentation/cachetlb.txt
... ... @@ -136,7 +136,7 @@
136 136 8) void lazy_mmu_prot_update(pte_t pte)
137 137 This interface is called whenever the protection on
138 138 any user PTEs change. This interface provides a notification
139   - to architecture specific code to take appropiate action.
  139 + to architecture specific code to take appropriate action.
140 140  
141 141  
142 142 Next, we have the cache flushing interfaces. In general, when Linux
Documentation/ioctl/hdio.txt
... ... @@ -946,7 +946,7 @@
946 946  
947 947 This ioctl initializes the addresses and irq for a disk
948 948 controller, probes for drives, and creates /proc/ide
949   - interfaces as appropiate.
  949 + interfaces as appropriate.
950 950  
951 951  
952 952  
Documentation/laptop-mode.txt
... ... @@ -357,7 +357,7 @@
357 357 # Read-ahead, in kilobytes
358 358 READAHEAD=${READAHEAD:-'4096'}
359 359  
360   -# Shall we remount journaled fs. with appropiate commit interval? (1=yes)
  360 +# Shall we remount journaled fs. with appropriate commit interval? (1=yes)
361 361 DO_REMOUNTS=${DO_REMOUNTS:-'1'}
362 362  
363 363 # And shall we add the "noatime" option to that as well? (1=yes)
Documentation/networking/sk98lin.txt
... ... @@ -91,7 +91,7 @@
91 91 with (M)
92 92 5. Execute the command "make modules".
93 93 6. Execute the command "make modules_install".
94   - The appropiate modules will be installed.
  94 + The appropriate modules will be installed.
95 95 7. Reboot your system.
96 96  
97 97  
Documentation/x86_64/boot-options.txt
... ... @@ -198,7 +198,7 @@
198 198  
199 199 Misc
200 200  
201   - noreplacement Don't replace instructions with more appropiate ones
  201 + noreplacement Don't replace instructions with more appropriate ones
202 202 for the CPU. This may be useful on asymmetric MP systems
203 203 where some CPU have less capabilities than the others.
drivers/s390/scsi/zfcp_erp.c
... ... @@ -3403,7 +3403,7 @@
3403 3403 /**
3404 3404 * zfcp_erp_action_cleanup
3405 3405 *
3406   - * Register unit with scsi stack if appropiate and fix reference counts.
  3406 + * Register unit with scsi stack if appropriate and fix reference counts.
3407 3407 * Note: Temporary units are not registered with scsi stack.
3408 3408 */
3409 3409 static void
... ... @@ -328,7 +328,7 @@
328 328 * hdr_channel:x x - number of virtual bus for host drives
329 329 * shared_access:Y disable driver reserve/release protocol to
330 330 * access a shared resource from several nodes,
331   - * appropiate controller firmware required
  331 + * appropriate controller firmware required
332 332 * shared_access:N enable driver reserve/release protocol
333 333 * probe_eisa_isa:Y scan for EISA/ISA controllers
334 334 * probe_eisa_isa:N do not scan for EISA/ISA controllers
... ... @@ -530,7 +530,7 @@
530 530 if (hw_config->slots[0] != -1) {
531 531 /* Did the MSS driver install? */
532 532 if(num_mixers == (initial_mixers + 1)) {
533   - /* The MSS mixer is installed, reroute mixers appropiately */
  533 + /* The MSS mixer is installed, reroute mixers appropriately */
534 534 AD1848_REROUTE(SOUND_MIXER_LINE1, SOUND_MIXER_CD);
535 535 AD1848_REROUTE(SOUND_MIXER_LINE2, SOUND_MIXER_SYNTH);
536 536 AD1848_REROUTE(SOUND_MIXER_LINE3, SOUND_MIXER_LINE);