Correct spelling typo in various Kconfig file.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
        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
 
        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
 
          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
 
        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.
 
 
        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?"
        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.
 
 
          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.
 
 
 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
 
          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.
 
 
        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
 
        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
 
          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
 
        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.
 
        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.
 
        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
 
 
          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"
 
        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"
 
        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.