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 /arch/powerpc/platforms | |
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>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/Kconfig.cputype | 4 | ||||
-rw-r--r-- | arch/powerpc/platforms/pseries/Kconfig | 2 |
2 files changed, 3 insertions, 3 deletions
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 | ||