Commit 575c9687 authored by Adrian Bunk's avatar Adrian Bunk Committed by Adrian Bunk
Browse files

spelling: s/appropiate/appropriate/



Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent a8e82ef9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -136,7 +136,7 @@ changes occur:
8) void lazy_mmu_prot_update(pte_t pte)
8) void lazy_mmu_prot_update(pte_t pte)
	This interface is called whenever the protection on
	This interface is called whenever the protection on
	any user PTEs change.  This interface provides a notification
	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
Next, we have the cache flushing interfaces.  In general, when Linux
+1 −1
Original line number Original line Diff line number Diff line
@@ -946,7 +946,7 @@ HDIO_SCAN_HWIF register and (re)scan interface


	  This ioctl initializes the addresses and irq for a disk
	  This ioctl initializes the addresses and irq for a disk
	  controller, probes for drives, and creates /proc/ide
	  controller, probes for drives, and creates /proc/ide
	  interfaces as appropiate.
	  interfaces as appropriate.






+1 −1
Original line number Original line Diff line number Diff line
@@ -357,7 +357,7 @@ MAX_AGE=${MAX_AGE:-'600'}
# Read-ahead, in kilobytes
# Read-ahead, in kilobytes
READAHEAD=${READAHEAD:-'4096'}
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'}
DO_REMOUNTS=${DO_REMOUNTS:-'1'}


# And shall we add the "noatime" option to that as well? (1=yes)
# And shall we add the "noatime" option to that as well? (1=yes)
+1 −1
Original line number Original line Diff line number Diff line
@@ -91,7 +91,7 @@ To use the driver as a module, proceed as follows:
   with (M)
   with (M)
5. Execute the command "make modules".
5. Execute the command "make modules".
6. Execute the command "make modules_install".
6. Execute the command "make modules_install".
   The appropiate modules will be installed.
   The appropriate modules will be installed.
7. Reboot your system.
7. Reboot your system.




+1 −1
Original line number Original line Diff line number Diff line
@@ -198,6 +198,6 @@ Debugging


Misc
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
		 for the CPU. This may be useful on asymmetric MP systems
		 where some CPU have less capabilities than the others.
		 where some CPU have less capabilities than the others.
Loading