diff options
author | Stefan Weil <sw@weilnetz.de> | 2013-12-26 19:43:09 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-01-02 12:07:52 -0800 |
commit | b93a35b170f9ad599e852855224b74982de2bde1 (patch) | |
tree | 4c40394e112437269e42df7a75743b6e4298874c /arch/arm/mach-bcm2835 | |
parent | c01f97387ea4fa2fd57a22d38f22bcfe364b1b6f (diff) | |
download | linux-b93a35b170f9ad599e852855224b74982de2bde1.tar.bz2 |
ARM: bcm2835: Fix grammar in help message
Replace "is use" by "is used" and remove a comma.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-bcm2835')
-rw-r--r-- | arch/arm/mach-bcm2835/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm2835/Kconfig b/arch/arm/mach-bcm2835/Kconfig index 560045cafc34..d1f9612f8c15 100644 --- a/arch/arm/mach-bcm2835/Kconfig +++ b/arch/arm/mach-bcm2835/Kconfig @@ -12,4 +12,4 @@ config ARCH_BCM2835 select PINCTRL_BCM2835 help This enables support for the Broadcom BCM2835 SoC. This SoC is - use in the Raspberry Pi, and Roku 2 devices. + used in the Raspberry Pi and Roku 2 devices. |