diff mbox series

Fix a typo in RTC documentation for RTC_DRV_JZ4740

Message ID 20180523195814.568-1-malat@debian.org
State Accepted
Headers show
Series Fix a typo in RTC documentation for RTC_DRV_JZ4740 | expand

Commit Message

Mathieu Malaterre May 23, 2018, 7:58 p.m. UTC
Fix typo introduced for RTC_DRV_JZ4740 in commit 586655d278ba ("rtc:
jz4740: make the driver buildable as a module again").

Signed-off-by: Mathieu Malaterre <malat@debian.org>
---
 drivers/rtc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexandre Belloni May 26, 2018, 9:27 a.m. UTC | #1
On 23/05/2018 21:58:14+0200, Mathieu Malaterre wrote:
> Fix typo introduced for RTC_DRV_JZ4740 in commit 586655d278ba ("rtc:
> jz4740: make the driver buildable as a module again").
> 
> Signed-off-by: Mathieu Malaterre <malat@debian.org>
> ---
>  drivers/rtc/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
Applied, thanks.
diff mbox series

Patch

diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 59e6dede3db3..a2ba5db36145 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1613,7 +1613,7 @@  config RTC_DRV_JZ4740
 	  If you say yes here you get support for the Ingenic JZ47xx SoCs RTC
 	  controllers.
 
-	  This driver can also be buillt as a module. If so, the module
+	  This driver can also be built as a module. If so, the module
 	  will be called rtc-jz4740.
 
 config RTC_DRV_LPC24XX