Fix typo in various Kconfig file
authorMasanari Iida <standby24x7@gmail.com>
Fri, 13 Apr 2012 15:14:11 +0000 (00:14 +0900)
committerJiri Kosina <jkosina@suse.cz>
Mon, 16 Apr 2012 12:40:08 +0000 (14:40 +0200)
Correct spelling typo in various Kconfig file.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
15 files changed:
arch/m68k/Kconfig.cpu
arch/mips/Kconfig
arch/mips/Kconfig.debug
arch/openrisc/Kconfig
arch/powerpc/platforms/Kconfig.cputype
arch/powerpc/platforms/pseries/Kconfig
arch/sh/Kconfig.cpu
drivers/devfreq/Kconfig
drivers/hid/Kconfig
drivers/hwmon/Kconfig
drivers/i2c/busses/Kconfig
drivers/mfd/Kconfig
drivers/ptp/Kconfig
drivers/watchdog/Kconfig
drivers/xen/Kconfig

index 8a9c767125a4758b27e08f1488e27fa8b85ad258..51b3274cbe71db37503134f1e25cc31b4992fdda 100644 (file)
@@ -7,7 +7,7 @@ choice
        help
          The Freescale (was Motorola) M68K family of processors implements
          the full 68000 processor instruction set.
-         The Freescale ColdFire family of processors is a modern derivitive
+         The Freescale ColdFire family of processors is a modern derivative
          of the 68000 processor family. They are mainly targeted at embedded
          applications, and are all System-On-Chip (SOC) devices, as opposed
          to stand alone CPUs. They implement a subset of the original 68000
index ce30e2f91d7748c0c36eb8847390bd101192a044..923a6c3b9a0a75c4a7b305f1682dc3d3e88c660f 100644 (file)
@@ -1001,12 +1001,12 @@ config HOLES_IN_ZONE
        bool
 
 #
-# Endianess selection.  Sufficiently obscure so many users don't know what to
+# Endianness selection.  Sufficiently obscure so many users don't know what to
 # answer,so we try hard to limit the available choices.  Also the use of a
 # choice statement should be more obvious to the user.
 #
 choice
-       prompt "Endianess selection"
+       prompt "Endianness selection"
        help
          Some MIPS machines can be configured for either little or big endian
          byte order. These modes require different kernels and a different
index 83ed00a5644ac1b72286adbf81a95b40219462ba..5a43aa0798caa7da84f48af3513f02160bd61997 100644 (file)
@@ -57,7 +57,7 @@ config CMDLINE
          options.
 
 config CMDLINE_OVERRIDE
-       bool "Built-in command line overrides firware arguments"
+       bool "Built-in command line overrides firmware arguments"
        default n
        depends on CMDLINE_BOOL
        help
index a4787197d8fe3ea39b28c646ecfed383263ea0f1..66dff204698764c0fcda53ccd2cc506f20bb71f8 100644 (file)
@@ -141,7 +141,7 @@ config DEBUG_STACKOVERFLOW
        bool "Check for kernel stack overflow"
        default y
        help
-         Make extra checks for space avaliable on stack in some
+         Make extra checks for space available on stack in some
           critical functions. This will cause kernel to run a bit slower,
          but will catch most of kernel stack overruns and exit gracefuly.
 
index 425db18580a22fbea55da9142561efb81c2def76..9c80fc07384a386e473474a0a3353a06109e642f 100644 (file)
@@ -258,7 +258,7 @@ config PPC_ICSWX_PID
        default y
        ---help---
          The PID register in server is used explicitly for ICSWX.  In
-         embedded systems PID managment is done by the system.
+         embedded systems PID management is done by the system.
 
 config PPC_ICSWX_USE_SIGILL
        bool "Should a bad CT cause a SIGILL?"
@@ -266,7 +266,7 @@ config PPC_ICSWX_USE_SIGILL
        default n
        ---help---
          Should a bad CT used for "non-record form ICSWX" cause an
-         illegal intruction signal or should it be silent as
+         illegal instruction signal or should it be silent as
          architected.
 
          If in doubt, say N here.
index aadbe4f6d5373d03bef6fd8de146a02c43a04ceb..10ad207dccc20adfc9af133956dfe5498eaae872 100644 (file)
@@ -67,7 +67,7 @@ config IO_EVENT_IRQ
 
          This option will only enable the IO event platform code. You
          will still need to enable or compile the actual drivers
-         that use this infrastruture to handle IO event interrupts.
+         that use this infrastructure to handle IO event interrupts.
 
          Say Y if you are unsure.
 
index ddf096c7d8bf8e230abc484977956ade22c34029..770ff2d5b94dab11f8776e8dd92d35b12d011fc0 100644 (file)
@@ -1,7 +1,7 @@
 menu "Processor features"
 
 choice
-       prompt "Endianess selection" 
+       prompt "Endianness selection" 
        default CPU_LITTLE_ENDIAN
        help
          Some SuperH machines can be configured for either little or big
index 464fa2147dfb47c9be87bafd6fb17a96858d658d..f6b0a6e2ea501ff295c38953c4aeda870c497859 100644 (file)
@@ -16,7 +16,7 @@ menuconfig PM_DEVFREQ
          is attached to a single device and returns a "representative"
          clock frequency of the device, which is also attached
          to a device by 1-to-1. The device registering devfreq takes the
-         responsiblity to "interpret" the representative frequency and
+         responsibility to "interpret" the representative frequency and
          to set its every clock accordingly with the "target" callback
          given to devfreq.
 
index a3d033252995aeb388fbcabc1dab8a286e38cb51..478eb4a90f2c20760f404516c73094466719d978 100644 (file)
@@ -448,7 +448,7 @@ config HID_PICOLCD_FB
        select FB_SYS_FOPS
        ---help---
          Provide access to PicoLCD's 256x64 monochrome display via a
-         frambuffer device.
+         framebuffer device.
 
 config HID_PICOLCD_BACKLIGHT
        bool "Backlight control" if EXPERT
index 8deedc1b98405f8622cca6bff7d826b7114f00fc..e466ecba8dc1f7707e022f56973a1fc2d3754289 100644 (file)
@@ -318,7 +318,7 @@ config SENSORS_EXYNOS4_TMU
        tristate "Temperature sensor on Samsung EXYNOS4"
        depends on ARCH_EXYNOS4
        help
-         If you say yes here you get support for TMU (Thermal Managment
+         If you say yes here you get support for TMU (Thermal Management
          Unit) on SAMSUNG EXYNOS4 series of SoC.
 
          This driver can also be built as a module. If so, the module
index d2c5095deeaca5dc0324b3786ff056ec09447275..94468a64ce3ac5c56ddf0a04bc8441ca2d9df0a3 100644 (file)
@@ -351,7 +351,7 @@ config I2C_DAVINCI
          For details please see http://www.ti.com/davinci
 
 config I2C_DESIGNWARE_PLATFORM
-       tristate "Synopsys DesignWare Platfrom"
+       tristate "Synopsys DesignWare Platform"
        depends on HAVE_CLK
        help
          If you say yes to this option, support will be included for the
index 29f463cc09cbc5dc56ec215a225548be8a65b900..639e1fc36a39f78e20d10d0c5e666d94bc59fcb6 100644 (file)
@@ -407,7 +407,7 @@ config MFD_MAX8925
        select MFD_CORE
        help
          Say yes here to support for Maxim Semiconductor MAX8925. This is
-         a Power Management IC. This driver provies common support for
+         a Power Management IC. This driver provides common support for
          accessing the device, additional drivers must be enabled in order
          to use the functionality of the device.
 
@@ -430,7 +430,7 @@ config MFD_MAX8998
        help
          Say yes here to support for Maxim Semiconductor MAX8998 and
          National Semiconductor LP3974. This is a Power Management IC.
-         This driver provies common support for accessing the device,
+         This driver provides common support for accessing the device,
          additional drivers must be enabled in order to use the functionality
          of the device.
 
@@ -441,7 +441,7 @@ config MFD_S5M_CORE
        select REGMAP_I2C
        help
         Support for the Samsung Electronics S5M MFD series.
-        This driver provies common support for accessing the device,
+        This driver provides common support for accessing the device,
         additional drivers must be enabled in order to use the functionality
         of the device
 
index cd9bc3b129bc7fde6e07066ad28925fec4c6304b..b4b918a75db2cc0166cd235549e79905b0934b0d 100644 (file)
@@ -70,7 +70,7 @@ config DP83640_PHY
          using the SO_TIMESTAMPING API.
 
          In order for this to work, your MAC driver must also
-         implement the skb_tx_timetamp() function.
+         implement the skb_tx_timestamp() function.
 
 config PTP_1588_CLOCK_PCH
        tristate "Intel PCH EG20T as PTP clock"
index 37096246c93716ef314ad9fc4f519124cbc7456f..eeea76f4dccb273728706b8c4db7bbba9bdab244 100644 (file)
@@ -937,7 +937,7 @@ config BCM47XX_WDT
        tristate "Broadcom BCM47xx Watchdog Timer"
        depends on BCM47XX
        help
-         Hardware driver for the Broadcom BCM47xx Watchog Timer.
+         Hardware driver for the Broadcom BCM47xx Watchdog Timer.
 
 config RC32434_WDT
        tristate "IDT RC32434 SoC Watchdog Timer"
index 94243136f6bfecf4f3ede4730f4bf7cace270242..73f1c99bc540fa036b33377d3274139ef2704017 100644 (file)
@@ -71,7 +71,7 @@ config XEN_DEV_EVTCHN
        tristate "Xen /dev/xen/evtchn device"
        default y
        help
-         The evtchn driver allows a userspace process to triger event
+         The evtchn driver allows a userspace process to trigger event
          channels and to receive notification of an event channel
          firing.
          If in doubt, say yes.