diff options
author | Matt LaPlante <kernel1@cyberdogtech.com> | 2009-01-26 05:12:25 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:22:01 -0400 |
commit | 692105b8ac5bcd75dc65f6a8f10bdbd0f0f34dcf (patch) | |
tree | e079cea0948d250e5411befe0c5cca7c97bcf860 /arch/powerpc | |
parent | 877d03105d04b2c13e241130277fa69c8d2564f0 (diff) |
trivial: fix typos/grammar errors in Kconfig texts
Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/Kconfig | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 2 | ||||
-rw-r--r-- | arch/powerpc/sysdev/bestcomm/Kconfig | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 74cc312c347c..2e2160c3de7c 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -342,7 +342,7 @@ config PHYP_DUMP | |||
342 | help | 342 | help |
343 | Hypervisor-assisted dump is meant to be a kdump replacement | 343 | Hypervisor-assisted dump is meant to be a kdump replacement |
344 | offering robustness and speed not possible without system | 344 | offering robustness and speed not possible without system |
345 | hypervisor assistence. | 345 | hypervisor assistance. |
346 | 346 | ||
347 | If unsure, say "N" | 347 | If unsure, say "N" |
348 | 348 | ||
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index 200b9cb900ea..9a8bb53d315d 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig | |||
@@ -298,7 +298,7 @@ config CPM | |||
298 | config OF_RTC | 298 | config OF_RTC |
299 | bool | 299 | bool |
300 | help | 300 | help |
301 | Uses information from the OF or flattened device tree to instatiate | 301 | Uses information from the OF or flattened device tree to instantiate |
302 | platform devices for direct mapped RTC chips like the DS1742 or DS1743. | 302 | platform devices for direct mapped RTC chips like the DS1742 or DS1743. |
303 | 303 | ||
304 | source "arch/powerpc/sysdev/bestcomm/Kconfig" | 304 | source "arch/powerpc/sysdev/bestcomm/Kconfig" |
diff --git a/arch/powerpc/sysdev/bestcomm/Kconfig b/arch/powerpc/sysdev/bestcomm/Kconfig index 0b192a1c429d..29e427085efb 100644 --- a/arch/powerpc/sysdev/bestcomm/Kconfig +++ b/arch/powerpc/sysdev/bestcomm/Kconfig | |||
@@ -9,8 +9,8 @@ config PPC_BESTCOMM | |||
9 | select PPC_LIB_RHEAP | 9 | select PPC_LIB_RHEAP |
10 | help | 10 | help |
11 | BestComm is the name of the communication coprocessor found | 11 | BestComm is the name of the communication coprocessor found |
12 | on the Freescale MPC5200 family of processor. It's usage is | 12 | on the Freescale MPC5200 family of processor. Its usage is |
13 | optionnal for some drivers (like ATA), but required for | 13 | optional for some drivers (like ATA), but required for |
14 | others (like FEC). | 14 | others (like FEC). |
15 | 15 | ||
16 | If you want to use drivers that require DMA operations, | 16 | If you want to use drivers that require DMA operations, |