PWM: Correct misspellings of "module" in context of PWM

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Acked-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
Robert P. J. Day 2016-09-13 08:35:18 -04:00 committed by Tom Rini
parent 59a51a1055
commit 5052e81988
4 changed files with 4 additions and 4 deletions

2
README
View File

@ -1361,7 +1361,7 @@ The following options need to be configured:
- PWM Support:
CONFIG_PWM_IMX
Support for PWM modul on the imx6.
Support for PWM module on the imx6.
- TPM Support:
CONFIG_TPM

View File

@ -2,7 +2,7 @@
* (C) Copyright 2014
* Heiko Schocher, DENX Software Engineering, hs@denx.de.
*
* Basic support for the pwm modul on imx6.
* Basic support for the pwm module on imx6.
*
* Based on linux:drivers/pwm/pwm-imx.c
* from

View File

@ -2,7 +2,7 @@
* (C) Copyright 2014
* Heiko Schocher, DENX Software Engineering, hs@denx.de.
*
* Basic support for the pwm modul on imx6.
* Basic support for the pwm module on imx6.
*
* SPDX-License-Identifier: GPL-2.0
*/

View File

@ -2,7 +2,7 @@
* (C) Copyright 2014
* Heiko Schocher, DENX Software Engineering, hs@denx.de.
*
* Basic support for the pwm modul on imx6.
* Basic support for the pwm module on imx6.
*
* SPDX-License-Identifier: GPL-2.0+
*/