]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Fix typos in Documentation/: 'F'-'G'
authorMatt LaPlante <kernel1@cyberdogtech.com>
Tue, 3 Oct 2006 20:49:15 +0000 (22:49 +0200)
committerAdrian Bunk <bunk@stusta.de>
Tue, 3 Oct 2006 20:49:15 +0000 (22:49 +0200)
This patch fixes typos in various Documentation txts. The patch addresses
some words starting with the letters 'F'-'G'.

Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
21 files changed:
Documentation/block/barrier.txt
Documentation/block/deadline-iosched.txt
Documentation/cpu-freq/cpufreq-stats.txt
Documentation/cpu-freq/governors.txt
Documentation/dell_rbu.txt
Documentation/dvb/faq.txt
Documentation/fb/sisfb.txt
Documentation/fb/sstfb.txt
Documentation/feature-removal-schedule.txt
Documentation/filesystems/spufs.txt
Documentation/lockdep-design.txt
Documentation/networking/cxgb.txt
Documentation/networking/fib_trie.txt
Documentation/powerpc/booting-without-of.txt
Documentation/powerpc/eeh-pci-error-recovery.txt
Documentation/powerpc/hvcs.txt
Documentation/s390/Debugging390.txt
Documentation/s390/s390dbf.txt
Documentation/scsi/aic7xxx_old.txt
Documentation/uml/UserModeLinux-HOWTO.txt
Documentation/watchdog/watchdog-api.txt

index 761073eae1034394a9e355a16e035d8a678b6062..de3d88edb7f15e9d34cb952c382d7bdc5e334ee6 100644 (file)
@@ -56,7 +56,7 @@ There are four cases,
 i. No write-back cache.  Keeping requests ordered is enough.
 
 ii. Write-back cache but no flush operation.  There's no way to
-gurantee physical-medium commit order.  This kind of devices can't to
+guarantee physical-medium commit order.  This kind of devices can't to
 I/O barriers.
 
 iii. Write-back cache and flush operation but no FUA (forced unit
index c918b3a6022dd04c48f396d81c372c7d7538a682..672c06bcae8b9308ccdc48315529301156e16822 100644 (file)
@@ -23,7 +23,7 @@ you can do so by typing:
 read_expire    (in ms)
 -----------
 
-The goal of the deadline io scheduler is to attempt to guarentee a start
+The goal of the deadline io scheduler is to attempt to guarantee a start
 service time for a request. As we focus mainly on read latencies, this is
 tunable. When a read request first enters the io scheduler, it is assigned
 a deadline that is the current time + the read_expire value in units of
index 6a82948ff4bd59adb26b08e305339b4452f79edc..48bc2f1fff785d714012949a57927deda1142b24 100644 (file)
@@ -53,7 +53,7 @@ drwxr-xr-x  3 root root    0 May 14 15:58 ..
 This gives the amount of time spent in each of the frequencies supported by
 this CPU. The cat output will have "<frequency> <time>" pair in each line, which
 will mean this CPU spent <time> usertime units of time at <frequency>. Output
-will have one line for each of the supported freuencies. usertime units here 
+will have one line for each of the supported frequencies. usertime units here 
 is 10mS (similar to other time exported in /proc).
 
 --------------------------------------------------------------------------------
index f4b8dc4237e6a83b6f0cf44cfc3861f924baec10..f40589c31a578cf867138fb9b966bc74002fa73b 100644 (file)
@@ -109,7 +109,7 @@ directory.
 2.4 Ondemand
 ------------
 
-The CPUfreq govenor "ondemand" sets the CPU depending on the
+The CPUfreq governor "ondemand" sets the CPU depending on the
 current usage. To do this the CPU must have the capability to
 switch the frequency very quickly.  There are a number of sysfs file
 accessible parameters:
index 8c93d881379101cbd2055cc3627b85387bd64318..6ddf9fcb2846e2bcad2b0036644908d7f3f1e629 100644 (file)
@@ -55,8 +55,8 @@ echo XXXX > /sys/devices/platform/dell_rbu/packet_size
 In the packet update mechanism, the user neesd to create a new file having
 packets of data arranged back to back. It can be done as follows
 The user creates packets header, gets the chunk of the BIOS image and
-placs it next to the packetheader; now, the packetheader + BIOS image chunk
-added to geather should match the specified packet_size. This makes one
+places it next to the packetheader; now, the packetheader + BIOS image chunk
+added together should match the specified packet_size. This makes one
 packet, the user needs to create more such packets out of the entire BIOS
 image file and then arrange all these packets back to back in to one single
 file.
index 0b2399e6b90d5e07e3120277fae7b3ffc00f98fa..25fae0b4ce078c832e108213a74eb285df75cfcf 100644 (file)
@@ -153,7 +153,7 @@ Some very frequently asked questions about linuxtv-dvb
        - video-buf: capture helper module for the saa7146_vv driver. This
          one is responsible to handle capture buffers.
 
-       - dvb-ttpci: The main driver for AV7110 based, full-featued
+       - dvb-ttpci: The main driver for AV7110 based, full-featured
          DVB-S/C/T cards
 
 eof
index 3b50c517a08d624e1e24fe85a62fe98075683c4d..2e68e503e72f188be2e71b6ca4a52f7a62a01594 100644 (file)
@@ -72,7 +72,7 @@ information. Additionally, "modinfo sisfb" gives an overview over all
 supported options including some explanation.
 
 The desired display mode can be specified using the keyword "mode" with
-a parameter in one of the follwing formats:
+a parameter in one of the following formats:
   - XxYxDepth or
   - XxY-Depth or
   - XxY-Depth@Rate or
index c7088c6d5df5433e0ea3ca30be301906434d9e6a..4b6c38089b8e0642ca428bac9dc5a22cf42d1301 100644 (file)
@@ -77,7 +77,7 @@ Kernel/Modules Options
        for module : insmod sstfb.o option1=value1 option2=value2 ...
        in kernel :  video=sstfb:option1,option2:value2,option3 ...
        
-       sstfb supports the folowing options :
+       sstfb supports the following options :
 
 Module         Kernel          Description
 
index b98f01fc14bf8e8e2f1f8b1fe2e07139f0ed32a9..486638f24b4f69ceb0c42643496fad657b7a9df4 100644 (file)
@@ -184,7 +184,7 @@ Who:        Greg Kroah-Hartman <gregkh@suse.de>
 ---------------------------
 
 What:  USB driver API moves to EXPORT_SYMBOL_GPL
-When:  Febuary 2008
+When:  February 2008
 Files: include/linux/usb.h, drivers/usb/core/driver.c
 Why:   The USB subsystem has changed a lot over time, and it has been
        possible to create userspace USB drivers using usbfs/libusb/gadgetfs
index 8edc3952eff466b943caf61080b5735f899ea179..302df12b762ff91bbfe30049bbf518d4464553ba 100644 (file)
@@ -84,7 +84,7 @@ FILES
    /ibox
        The  second  SPU  to CPU communication mailbox. This file is similar to
        the first mailbox file, but can be read in blocking I/O mode,  and  the
-       poll  familiy of system calls can be used to wait for it.  The possible
+       poll  family of system calls can be used to wait for it.  The  possible
        operations on an open ibox file are:
 
        read(2)
index 55a7e4fa8cc2b5d37635188475d15e6e9268073e..7f2bb8e342fa917e84896f4a15b3bc76564b2635 100644 (file)
@@ -158,7 +158,7 @@ enum bdev_bd_mutex_lock_class
 In this case the locking is done on a bdev object that is known to be a
 partition.
 
-The validator treats a lock that is taken in such a nested fasion as a
+The validator treats a lock that is taken in such a nested fashion as a
 separate (sub)class for the purposes of validation.
 
 Note: When changing code to use the _nested() primitives, be careful and
index 7b231752f25b1a8b70b571404fb375d1f4f46ec1..20a887615c4ae8c08b708ff1f8c099e5c411b426 100644 (file)
@@ -172,7 +172,7 @@ PERFORMANCE
    smaller window prevents congestion and facilitates better pacing,
    especially if/when MAC level flow control does not work well or when it is
    not supported on the machine. Experimentation may be necessary to attain
-   the correct value. This method is provided as a starting point fot the
+   the correct value. This method is provided as a starting point for the
    correct receive buffer size.
    Setting the min, max, and default receive buffer (RX_WINDOW) size is
    performed in the same manner as single connection.
index f50d0c673c57e52682d9471b220e0b282f875737..0723db7f8495a1a0466ae06cd311c3e72ce24337 100644 (file)
@@ -79,7 +79,7 @@ trie_rebalance()
 
 resize()
        Analyzes a tnode and optimizes the child array size by either inflating
-       or shrinking it repeatedly until it fullfills the criteria for optimal
+       or shrinking it repeatedly until it fulfills the criteria for optimal
        level compression. This part follows the original paper pretty closely
        and there may be some room for experimentation here.
 
index bfcd95dd3c3678f1768b6e77f563f92991ca287f..042c0cfa94cbd535817a266e8922ce1e7ad66062 100644 (file)
@@ -573,7 +573,7 @@ implementation of Open Firmware or an implementation compatible with
 the Open Firmware client interface, those properties will be created
 by the trampoline code in the kernel's prom_init() file. For example,
 that's where you'll have to add code to detect your board model and
-set the platform number. However, when using the flatenned device-tree
+set the platform number. However, when using the flattened device-tree
 entry point, there is no prom_init() pass, and thus you have to
 provide those properties yourself.
 
@@ -689,7 +689,7 @@ is present).
 4) Note about node and property names and character set
 -------------------------------------------------------
 
-While open firmware provides more flexibe usage of 8859-1, this
+While open firmware provides more flexible usage of 8859-1, this
 specification enforces more strict rules. Nodes and properties should
 be comprised only of ASCII characters 'a' to 'z', '0' to
 '9', ',', '.', '_', '+', '#', '?', and '-'. Node names additionally
index 3764dd4b12cbac8f1d5a224faca4f2f5894ed889..be8867d03db86d56c96b3d7c20591b35c4940ba0 100644 (file)
@@ -116,7 +116,7 @@ At this time, a generic EEH recovery mechanism has been implemented,
 so that individual device drivers do not need to be modified to support
 EEH recovery.  This generic mechanism piggy-backs on the PCI hotplug
 infrastructure,  and percolates events up through the userspace/udev
-infrastructure.  Followiing is a detailed description of how this is
+infrastructure.  Following is a detailed description of how this is
 accomplished.
 
 EEH must be enabled in the PHB's very early during the boot process,
index 1e38166f4e54b1d83cf5cb86c68394826c2e5fa9..f93462c5db25f7828a17897424604bf7d84e3ea2 100644 (file)
@@ -259,7 +259,7 @@ This index of '2' means that in order to connect to vty-server adapter
 
 It should be noted that due to the system hotplug I/O capabilities of a
 system the /dev/hvcs* entry that interacts with a particular vty-server
-adapter is not guarenteed to remain the same across system reboots.  Look
+adapter is not guaranteed to remain the same across system reboots.  Look
 in the Q & A section for more on this issue.
 
 ---------------------------------------------------------------------------
index ffb74a1656e62effcf7e9d1216651f29f7a5edf7..248953a2574b43f15098dfcbbf16389c3ec1ae9d 100644 (file)
@@ -88,7 +88,7 @@ s/390 z/Architecture
 0       0     Reserved ( must be 0 ) otherwise specification exception occurs.
 
 1       1     Program Event Recording 1 PER enabled, 
-             PER is used to facilititate debugging e.g. single stepping.
+             PER is used to facilitate debugging e.g. single stepping.
 
 2-4    2-4    Reserved ( must be 0 ). 
 
index 5ff6fe551b93032ac4105a2c5d84a51f206ae603..2095a2704b8fcd7d0c0a233430b854e6e976ecf8 100644 (file)
@@ -11,7 +11,7 @@ where log records can be stored efficiently in memory, where each component
 (e.g. device drivers) can have one separate debug log.
 One purpose of this is to inspect the debug logs after a production system crash
 in order to analyze the reason for the crash.
-If the system still runs but only a subcomponent which uses dbf failes,
+If the system still runs but only a subcomponent which uses dbf fails,
 it is possible to look at the debug logs on a live system via the Linux
 debugfs filesystem.
 The debug feature may also very useful for kernel and driver development.
index 79e5ac6cb6ff7c3a32d42f0f9c60586199b792f1..433e942a24ec6b56ae4192f4fbdd3d34c72e17c4 100644 (file)
@@ -317,7 +317,7 @@ linux-1.1.x and fairly stable since linux-1.2.x, and are also in FreeBSD
        initial DEVCONFIG values for each of your aic7xxx controllers as
        they are listed, and also record what the machine is detecting as
        the proper termination on your controllers.  NOTE: the order in
-       which the initial DEVCONFIG values are printed out is not gauranteed
+       which the initial DEVCONFIG values are printed out is not guaranteed
        to be the same order as the SCSI controllers are registered.  The
        above option and this option both work on the order of the SCSI
        controllers as they are registered, so make sure you match the right
index 60e482bdf8faba2a7e9cadb59146e191a6ef7f28..ecee1002ead48bc14eb2e34727b24854571c3558 100644 (file)
   Chris Reahard built a specialized root filesystem for running a DNS
   server jailed inside UML.  It's available from the download
   <http://user-mode-linux.sourceforge.net/dl-sf.html>  page in the Jail
-  Filesysems section.
+  Filesystems section.
 
 
 
index 958ff3d48be3dd7288afa5e59b53cde05ccc8487..12ad3b87b86d109e071390597bcb2fe0f254cd84 100644 (file)
@@ -207,7 +207,7 @@ Note that not all devices support these two calls, and some only
 support the GETBOOTSTATUS call.
 
 Some drivers can measure the temperature using the GETTEMP ioctl.  The
-returned value is the temperature in degrees farenheit.
+returned value is the temperature in degrees fahrenheit.
 
     int temperature;
     ioctl(fd, WDIOC_GETTEMP, &temperature);