diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-04-13 11:14:11 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-16 08:40:08 -0400 |
commit | 6b2aac42b20f495d9ea220036f57596d525d4233 (patch) | |
tree | 838c0537310ebd6198eeef7f5826edf141f467d7 | |
parent | b40b26ccfc31465363dbd3ff849bd84ec87fe9b7 (diff) |
Fix typo in various Kconfig file
Correct spelling typo in various Kconfig file.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | arch/m68k/Kconfig.cpu | 2 | ||||
-rw-r--r-- | arch/mips/Kconfig | 4 | ||||
-rw-r--r-- | arch/mips/Kconfig.debug | 2 | ||||
-rw-r--r-- | arch/openrisc/Kconfig | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/Kconfig.cputype | 4 | ||||
-rw-r--r-- | arch/powerpc/platforms/pseries/Kconfig | 2 | ||||
-rw-r--r-- | arch/sh/Kconfig.cpu | 2 | ||||
-rw-r--r-- | drivers/devfreq/Kconfig | 2 | ||||
-rw-r--r-- | drivers/hid/Kconfig | 2 | ||||
-rw-r--r-- | drivers/hwmon/Kconfig | 2 | ||||
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 | ||||
-rw-r--r-- | drivers/mfd/Kconfig | 6 | ||||
-rw-r--r-- | drivers/ptp/Kconfig | 2 | ||||
-rw-r--r-- | drivers/watchdog/Kconfig | 2 | ||||
-rw-r--r-- | drivers/xen/Kconfig | 2 |
15 files changed, 19 insertions, 19 deletions
diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu index 8a9c767125a4..51b3274cbe71 100644 --- a/arch/m68k/Kconfig.cpu +++ b/arch/m68k/Kconfig.cpu | |||
@@ -7,7 +7,7 @@ choice | |||
7 | help | 7 | help |
8 | The Freescale (was Motorola) M68K family of processors implements | 8 | The Freescale (was Motorola) M68K family of processors implements |
9 | the full 68000 processor instruction set. | 9 | the full 68000 processor instruction set. |
10 | The Freescale ColdFire family of processors is a modern derivitive | 10 | The Freescale ColdFire family of processors is a modern derivative |
11 | of the 68000 processor family. They are mainly targeted at embedded | 11 | of the 68000 processor family. They are mainly targeted at embedded |
12 | applications, and are all System-On-Chip (SOC) devices, as opposed | 12 | applications, and are all System-On-Chip (SOC) devices, as opposed |
13 | to stand alone CPUs. They implement a subset of the original 68000 | 13 | to stand alone CPUs. They implement a subset of the original 68000 |
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index ce30e2f91d77..923a6c3b9a0a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1001,12 +1001,12 @@ config HOLES_IN_ZONE | |||
1001 | bool | 1001 | bool |
1002 | 1002 | ||
1003 | # | 1003 | # |
1004 | # Endianess selection. Sufficiently obscure so many users don't know what to | 1004 | # Endianness selection. Sufficiently obscure so many users don't know what to |
1005 | # answer,so we try hard to limit the available choices. Also the use of a | 1005 | # answer,so we try hard to limit the available choices. Also the use of a |
1006 | # choice statement should be more obvious to the user. | 1006 | # choice statement should be more obvious to the user. |
1007 | # | 1007 | # |
1008 | choice | 1008 | choice |
1009 | prompt "Endianess selection" | 1009 | prompt "Endianness selection" |
1010 | help | 1010 | help |
1011 | Some MIPS machines can be configured for either little or big endian | 1011 | Some MIPS machines can be configured for either little or big endian |
1012 | byte order. These modes require different kernels and a different | 1012 | byte order. These modes require different kernels and a different |
diff --git a/arch/mips/Kconfig.debug b/arch/mips/Kconfig.debug index 83ed00a5644a..5a43aa0798ca 100644 --- a/arch/mips/Kconfig.debug +++ b/arch/mips/Kconfig.debug | |||
@@ -57,7 +57,7 @@ config CMDLINE | |||
57 | options. | 57 | options. |
58 | 58 | ||
59 | config CMDLINE_OVERRIDE | 59 | config CMDLINE_OVERRIDE |
60 | bool "Built-in command line overrides firware arguments" | 60 | bool "Built-in command line overrides firmware arguments" |
61 | default n | 61 | default n |
62 | depends on CMDLINE_BOOL | 62 | depends on CMDLINE_BOOL |
63 | help | 63 | help |
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index a4787197d8fe..66dff2046987 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig | |||
@@ -141,7 +141,7 @@ config DEBUG_STACKOVERFLOW | |||
141 | bool "Check for kernel stack overflow" | 141 | bool "Check for kernel stack overflow" |
142 | default y | 142 | default y |
143 | help | 143 | help |
144 | Make extra checks for space avaliable on stack in some | 144 | Make extra checks for space available on stack in some |
145 | critical functions. This will cause kernel to run a bit slower, | 145 | critical functions. This will cause kernel to run a bit slower, |
146 | but will catch most of kernel stack overruns and exit gracefuly. | 146 | but will catch most of kernel stack overruns and exit gracefuly. |
147 | 147 | ||
diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype index 425db18580a2..9c80fc07384a 100644 --- a/arch/powerpc/platforms/Kconfig.cputype +++ b/arch/powerpc/platforms/Kconfig.cputype | |||
@@ -258,7 +258,7 @@ config PPC_ICSWX_PID | |||
258 | default y | 258 | default y |
259 | ---help--- | 259 | ---help--- |
260 | The PID register in server is used explicitly for ICSWX. In | 260 | The PID register in server is used explicitly for ICSWX. In |
261 | embedded systems PID managment is done by the system. | 261 | embedded systems PID management is done by the system. |
262 | 262 | ||
263 | config PPC_ICSWX_USE_SIGILL | 263 | config PPC_ICSWX_USE_SIGILL |
264 | bool "Should a bad CT cause a SIGILL?" | 264 | bool "Should a bad CT cause a SIGILL?" |
@@ -266,7 +266,7 @@ config PPC_ICSWX_USE_SIGILL | |||
266 | default n | 266 | default n |
267 | ---help--- | 267 | ---help--- |
268 | Should a bad CT used for "non-record form ICSWX" cause an | 268 | Should a bad CT used for "non-record form ICSWX" cause an |
269 | illegal intruction signal or should it be silent as | 269 | illegal instruction signal or should it be silent as |
270 | architected. | 270 | architected. |
271 | 271 | ||
272 | If in doubt, say N here. | 272 | If in doubt, say N here. |
diff --git a/arch/powerpc/platforms/pseries/Kconfig b/arch/powerpc/platforms/pseries/Kconfig index aadbe4f6d537..10ad207dccc2 100644 --- a/arch/powerpc/platforms/pseries/Kconfig +++ b/arch/powerpc/platforms/pseries/Kconfig | |||
@@ -67,7 +67,7 @@ config IO_EVENT_IRQ | |||
67 | 67 | ||
68 | This option will only enable the IO event platform code. You | 68 | This option will only enable the IO event platform code. You |
69 | will still need to enable or compile the actual drivers | 69 | will still need to enable or compile the actual drivers |
70 | that use this infrastruture to handle IO event interrupts. | 70 | that use this infrastructure to handle IO event interrupts. |
71 | 71 | ||
72 | Say Y if you are unsure. | 72 | Say Y if you are unsure. |
73 | 73 | ||
diff --git a/arch/sh/Kconfig.cpu b/arch/sh/Kconfig.cpu index ddf096c7d8bf..770ff2d5b94d 100644 --- a/arch/sh/Kconfig.cpu +++ b/arch/sh/Kconfig.cpu | |||
@@ -1,7 +1,7 @@ | |||
1 | menu "Processor features" | 1 | menu "Processor features" |
2 | 2 | ||
3 | choice | 3 | choice |
4 | prompt "Endianess selection" | 4 | prompt "Endianness selection" |
5 | default CPU_LITTLE_ENDIAN | 5 | default CPU_LITTLE_ENDIAN |
6 | help | 6 | help |
7 | Some SuperH machines can be configured for either little or big | 7 | Some SuperH machines can be configured for either little or big |
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index 464fa2147dfb..f6b0a6e2ea50 100644 --- a/drivers/devfreq/Kconfig +++ b/drivers/devfreq/Kconfig | |||
@@ -16,7 +16,7 @@ menuconfig PM_DEVFREQ | |||
16 | is attached to a single device and returns a "representative" | 16 | is attached to a single device and returns a "representative" |
17 | clock frequency of the device, which is also attached | 17 | clock frequency of the device, which is also attached |
18 | to a device by 1-to-1. The device registering devfreq takes the | 18 | to a device by 1-to-1. The device registering devfreq takes the |
19 | responsiblity to "interpret" the representative frequency and | 19 | responsibility to "interpret" the representative frequency and |
20 | to set its every clock accordingly with the "target" callback | 20 | to set its every clock accordingly with the "target" callback |
21 | given to devfreq. | 21 | given to devfreq. |
22 | 22 | ||
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index a3d033252995..478eb4a90f2c 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -448,7 +448,7 @@ config HID_PICOLCD_FB | |||
448 | select FB_SYS_FOPS | 448 | select FB_SYS_FOPS |
449 | ---help--- | 449 | ---help--- |
450 | Provide access to PicoLCD's 256x64 monochrome display via a | 450 | Provide access to PicoLCD's 256x64 monochrome display via a |
451 | frambuffer device. | 451 | framebuffer device. |
452 | 452 | ||
453 | config HID_PICOLCD_BACKLIGHT | 453 | config HID_PICOLCD_BACKLIGHT |
454 | bool "Backlight control" if EXPERT | 454 | bool "Backlight control" if EXPERT |
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 8deedc1b9840..e466ecba8dc1 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -318,7 +318,7 @@ config SENSORS_EXYNOS4_TMU | |||
318 | tristate "Temperature sensor on Samsung EXYNOS4" | 318 | tristate "Temperature sensor on Samsung EXYNOS4" |
319 | depends on ARCH_EXYNOS4 | 319 | depends on ARCH_EXYNOS4 |
320 | help | 320 | help |
321 | If you say yes here you get support for TMU (Thermal Managment | 321 | If you say yes here you get support for TMU (Thermal Management |
322 | Unit) on SAMSUNG EXYNOS4 series of SoC. | 322 | Unit) on SAMSUNG EXYNOS4 series of SoC. |
323 | 323 | ||
324 | This driver can also be built as a module. If so, the module | 324 | This driver can also be built as a module. If so, the module |
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index d2c5095deeac..94468a64ce3a 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -351,7 +351,7 @@ config I2C_DAVINCI | |||
351 | For details please see http://www.ti.com/davinci | 351 | For details please see http://www.ti.com/davinci |
352 | 352 | ||
353 | config I2C_DESIGNWARE_PLATFORM | 353 | config I2C_DESIGNWARE_PLATFORM |
354 | tristate "Synopsys DesignWare Platfrom" | 354 | tristate "Synopsys DesignWare Platform" |
355 | depends on HAVE_CLK | 355 | depends on HAVE_CLK |
356 | help | 356 | help |
357 | If you say yes to this option, support will be included for the | 357 | If you say yes to this option, support will be included for the |
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 29f463cc09cb..639e1fc36a39 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -407,7 +407,7 @@ config MFD_MAX8925 | |||
407 | select MFD_CORE | 407 | select MFD_CORE |
408 | help | 408 | help |
409 | Say yes here to support for Maxim Semiconductor MAX8925. This is | 409 | Say yes here to support for Maxim Semiconductor MAX8925. This is |
410 | a Power Management IC. This driver provies common support for | 410 | a Power Management IC. This driver provides common support for |
411 | accessing the device, additional drivers must be enabled in order | 411 | accessing the device, additional drivers must be enabled in order |
412 | to use the functionality of the device. | 412 | to use the functionality of the device. |
413 | 413 | ||
@@ -430,7 +430,7 @@ config MFD_MAX8998 | |||
430 | help | 430 | help |
431 | Say yes here to support for Maxim Semiconductor MAX8998 and | 431 | Say yes here to support for Maxim Semiconductor MAX8998 and |
432 | National Semiconductor LP3974. This is a Power Management IC. | 432 | National Semiconductor LP3974. This is a Power Management IC. |
433 | This driver provies common support for accessing the device, | 433 | This driver provides common support for accessing the device, |
434 | additional drivers must be enabled in order to use the functionality | 434 | additional drivers must be enabled in order to use the functionality |
435 | of the device. | 435 | of the device. |
436 | 436 | ||
@@ -441,7 +441,7 @@ config MFD_S5M_CORE | |||
441 | select REGMAP_I2C | 441 | select REGMAP_I2C |
442 | help | 442 | help |
443 | Support for the Samsung Electronics S5M MFD series. | 443 | Support for the Samsung Electronics S5M MFD series. |
444 | This driver provies common support for accessing the device, | 444 | This driver provides common support for accessing the device, |
445 | additional drivers must be enabled in order to use the functionality | 445 | additional drivers must be enabled in order to use the functionality |
446 | of the device | 446 | of the device |
447 | 447 | ||
diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig index cd9bc3b129bc..b4b918a75db2 100644 --- a/drivers/ptp/Kconfig +++ b/drivers/ptp/Kconfig | |||
@@ -70,7 +70,7 @@ config DP83640_PHY | |||
70 | using the SO_TIMESTAMPING API. | 70 | using the SO_TIMESTAMPING API. |
71 | 71 | ||
72 | In order for this to work, your MAC driver must also | 72 | In order for this to work, your MAC driver must also |
73 | implement the skb_tx_timetamp() function. | 73 | implement the skb_tx_timestamp() function. |
74 | 74 | ||
75 | config PTP_1588_CLOCK_PCH | 75 | config PTP_1588_CLOCK_PCH |
76 | tristate "Intel PCH EG20T as PTP clock" | 76 | tristate "Intel PCH EG20T as PTP clock" |
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 37096246c937..eeea76f4dccb 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -937,7 +937,7 @@ config BCM47XX_WDT | |||
937 | tristate "Broadcom BCM47xx Watchdog Timer" | 937 | tristate "Broadcom BCM47xx Watchdog Timer" |
938 | depends on BCM47XX | 938 | depends on BCM47XX |
939 | help | 939 | help |
940 | Hardware driver for the Broadcom BCM47xx Watchog Timer. | 940 | Hardware driver for the Broadcom BCM47xx Watchdog Timer. |
941 | 941 | ||
942 | config RC32434_WDT | 942 | config RC32434_WDT |
943 | tristate "IDT RC32434 SoC Watchdog Timer" | 943 | tristate "IDT RC32434 SoC Watchdog Timer" |
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index 94243136f6bf..73f1c99bc540 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig | |||
@@ -71,7 +71,7 @@ config XEN_DEV_EVTCHN | |||
71 | tristate "Xen /dev/xen/evtchn device" | 71 | tristate "Xen /dev/xen/evtchn device" |
72 | default y | 72 | default y |
73 | help | 73 | help |
74 | The evtchn driver allows a userspace process to triger event | 74 | The evtchn driver allows a userspace process to trigger event |
75 | channels and to receive notification of an event channel | 75 | channels and to receive notification of an event channel |
76 | firing. | 76 | firing. |
77 | If in doubt, say yes. | 77 | If in doubt, say yes. |