diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2017-10-02 19:34:36 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2017-10-04 21:09:18 +0200 |
commit | 6c7a7db2e4c25acf8bd8086797d39a51728139e0 (patch) | |
tree | ad7d236f8fd15ceda44c61bf1485dc9191fa2043 /arch/arm/mach-s3c24xx/iotiming-s3c2410.c | |
parent | ARM: s3c24xx: Simplify size used for kzalloc in iotiming get (diff) | |
download | linux-6c7a7db2e4c25acf8bd8086797d39a51728139e0.tar.xz linux-6c7a7db2e4c25acf8bd8086797d39a51728139e0.zip |
ARM: s3c2410: Fix typos in a comments
Fix "infromation" language typo.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
[krzk: Rewrite commit message]
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/mach-s3c24xx/iotiming-s3c2410.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/iotiming-s3c2410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/iotiming-s3c2410.c b/arch/arm/mach-s3c24xx/iotiming-s3c2410.c index c18769b5f15a..d5f1f06e4811 100644 --- a/arch/arm/mach-s3c24xx/iotiming-s3c2410.c +++ b/arch/arm/mach-s3c24xx/iotiming-s3c2410.c @@ -206,7 +206,7 @@ static int calc_tacc(unsigned int cyc, int nwait_en, } /** - * s3c2410_calc_bank - calculate bank timing infromation + * s3c2410_calc_bank - calculate bank timing information * @cfg: The configuration we need to calculate for. * @bt: The bank timing information. * |