]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
more misc typo fixes
authorMatt LaPlante <kernel1@cyberdogtech.com>
Tue, 3 Oct 2006 20:34:14 +0000 (22:34 +0200)
committerAdrian Bunk <bunk@stusta.de>
Tue, 3 Oct 2006 20:34:14 +0000 (22:34 +0200)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
13 files changed:
arch/cris/arch-v10/drivers/Kconfig
arch/cris/arch-v32/Kconfig
arch/m68knommu/Kconfig
arch/um/Kconfig
arch/x86_64/Kconfig
drivers/input/joystick/Kconfig
fs/Kconfig
mm/Kconfig
net/ipv4/Kconfig
net/ipv4/ipvs/Kconfig
net/ipv4/netfilter/Kconfig
security/selinux/Kconfig
sound/oss/Kconfig

index 8b50e8402954072af34fffe3a2f984f03b2663c2..734d5f3a530411ef71450325de866394daca1055 100644 (file)
@@ -550,7 +550,7 @@ config ETRAX_IDE
        select BLK_DEV_IDEDMA
        help
          Enable this to get support for ATA/IDE.
-         You can't use paralell ports or SCSI ports
+         You can't use parallel ports or SCSI ports
          at the same time.
 
 
@@ -744,7 +744,7 @@ config ETRAX_PA_CHANGEABLE_BITS
        default "FF"
        help
          This is a bitmask with information of what bits in PA that a user
-         can change change the value on using ioctl's.
+         can change the value on using ioctl's.
          Bit set = changeable.
          You probably want 00 here.
 
index 22f0ddc04c5054465fe52455d7bab99fc26befe1..4f79d8ed3e1c451ec122f0b29f93549f9cb3e166 100644 (file)
@@ -162,7 +162,7 @@ config ETRAX_SDRAM_GRP1_CONFIG
        depends on ETRAX_ARCH_V32
        default "0"
        help
-         SDRAM configuration for group 1. The defult value is 0
+         SDRAM configuration for group 1. The default value is 0
          because group 1 is not used in the default configuration,
          described in the help for SDRAM_GRP0_CONFIG.
 
index b7c942cf7741fa8765f93d4812597dabb5089cf4..6d920d4bdc3d4a0c47f5c83b43da1737b8d280bb 100644 (file)
@@ -161,8 +161,8 @@ config CLOCK_FREQ
          frequency, it may or may not be the same as the external clock
          crystal fitted to your board. Some processors have an internal
          PLL and can have their frequency programmed at run time, others
-         use internal dividers. In gernal the kernel won't setup a PLL
-         if it is fitted (there are some expections). This value will be
+         use internal dividers. In general the kernel won't setup a PLL
+         if it is fitted (there are some exceptions). This value will be
          specific to the exact CPU that you are using.
 
 config CLOCK_DIV
index 76e85bbaea55394790be7e9971b77859af0a1c88..d75307589d74c144f39d713fea8749242e36e29f 100644 (file)
@@ -257,7 +257,7 @@ config UML_REAL_TIME_CLOCK
        UML and spend long times with UML stopped at a breakpoint.  In this
        case, when UML is restarted, it will call the timer enough times to make
        up for the time spent at the breakpoint.  This could result in a
-       noticable lag.  If this is a problem, then disable this option.
+       noticeable lag.  If this is a problem, then disable this option.
 
 endmenu
 
index 0a5d8e659aa4af3a03ec080368f7ff77f68860c1..010d2265f1cfb05086017020c3533cb737cca614 100644 (file)
@@ -310,7 +310,7 @@ config K8_NUMA
        help
         Enable K8 NUMA node topology detection.  You should say Y here if
         you have a multi processor AMD K8 system. This uses an old
-        method to read the NUMA configurtion directly from the builtin
+        method to read the NUMA configuration directly from the builtin
         Northbridge of Opteron. It is recommended to use X86_64_ACPI_NUMA
         instead, which also takes priority if both are compiled in.   
 
index 67519ef0ef9551d5cd3fe5b705954eb05814046a..271263443c37c1405cf014fd43ba607cf70cbff5 100644 (file)
@@ -32,7 +32,7 @@ config JOYSTICK_ANALOG
          module will be called analog.
 
 config JOYSTICK_A3D
-       tristate "Assasin 3D and MadCatz Panther devices"
+       tristate "Assassin 3D and MadCatz Panther devices"
        select GAMEPORT
        help
          Say Y here if you have an FPGaming or MadCatz controller using the
index 8d18497de62922d0ebd27265389c875258ac3f4d..deaad99ffadbb3bdad7ed7712305113c0e95f228 100644 (file)
@@ -1032,7 +1032,7 @@ config BEFS_FS
          on files and directories, and database-like indeces on selected
          attributes. (Also note that this driver doesn't make those features
          available at this time). It is a 64 bit filesystem, so it supports
-         extremly large volumes and files.
+         extremely large volumes and files.
 
          If you use this filesystem, you should also say Y to at least one
          of the NLS (native language support) options below.
index 5d88489ef2de39e43245aa5483daa8af4a8a9452..f10fe51985a0c4ed47884cb5d6531aedb5e6e004 100644 (file)
@@ -104,7 +104,7 @@ config SPARSEMEM_STATIC
        def_bool n
 
 #
-# Architectecture platforms which require a two level mem_section in SPARSEMEM
+# Architecture platforms which require a two level mem_section in SPARSEMEM
 # must select this option. This is usually for architecture platforms with
 # an extremely sparse physical address space.
 #
index 30af4a4dfcc82cb7d0f0646faa9be67c77ef24cc..0adfd88b7b0b68aae68b805a679f4e5c5dd03cac 100644 (file)
@@ -64,7 +64,7 @@ config ASK_IP_FIB_HASH
 config IP_FIB_TRIE
        bool "FIB_TRIE"
        ---help---
-       Use new experimental LC-trie as FIB lookup algoritm. 
+       Use new experimental LC-trie as FIB lookup algorithm. 
         This improves lookup performance if you have a large
        number of routes.
 
@@ -526,7 +526,7 @@ config TCP_CONG_HYBLA
        ---help---
        TCP-Hybla is a sender-side only change that eliminates penalization of
        long-RTT, large-bandwidth connections, like when satellite legs are
-       involved, expecially when sharing a common bottleneck with normal
+       involved, especially when sharing a common bottleneck with normal
        terrestrial connections.
 
 config TCP_CONG_VEGAS
index c9820bfc493a2517df0d3460504617c0aba45fd6..ad52c294d219eba7fb483b0adee9311e01b2670d 100644 (file)
@@ -81,7 +81,7 @@ config        IP_VS_PROTO_ESP
        bool "ESP load balancing support"
        depends on IP_VS
        ---help---
-         This option enables support for load balancing ESP (Encapsultion
+         This option enables support for load balancing ESP (Encapsulation
          Security Payload) transport protocol. Say Y if unsure.
 
 config IP_VS_PROTO_AH
index a55b8ff70ded91bbeaa586558ad74824f5b93a4f..d88c292f118c6818027054debfc05db88e3f9f49 100644 (file)
@@ -373,7 +373,7 @@ config IP_NF_TARGET_ULOG
          daemon using netlink multicast sockets; unlike the LOG target
          which can only be viewed through syslog.
 
-         The apropriate userspace logging daemon (ulogd) may be obtained from
+         The appropriate userspace logging daemon (ulogd) may be obtained from
          <http://www.gnumonks.org/projects/ulogd/>
 
          To compile it as a module, choose M here.  If unsure, say N.
index 293dbd6246c14009244243aacadc6889df90a018..d62b0984312791bd4dcfd6e66f95b6ca13c82dd2 100644 (file)
@@ -112,7 +112,7 @@ config SECURITY_SELINUX_ENABLE_SECMARK_DEFAULT
          your distribution will provide these and enable the new controls
          in the kernel they also distribute.
 
-         Note that this option can be overriden at boot with the
+         Note that this option can be overridden at boot with the
          selinux_compat_net parameter, and after boot via
          /selinux/compat_net.  See Documentation/kernel-parameters.txt
          for details on this parameter.
index 97e38b66558720eae20d178b4c13dfc96d17eaec..f08396c3f61a8c2d5287dfb0728d212c08c39570 100644 (file)
@@ -647,7 +647,7 @@ config SOUND_PSS
          command line.
 
 config PSS_MIXER
-       bool "Enable PSS mixer (Beethoven ADSP-16 and other compatibile)"
+       bool "Enable PSS mixer (Beethoven ADSP-16 and other compatible)"
        depends on SOUND_PSS
        help
          Answer Y for Beethoven ADSP-16. You may try to say Y also for other