diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 14:51:23 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-05-30 10:13:11 +0300 |
commit | 40b0754c1b7260782acf1778b052d192520ad910 (patch) | |
tree | fe909711d0d68cec1b81e9efffc70d52dcf0305d /arch/arm/mach-s3c24xx/mach-osiris-dvs.c | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) | |
download | linux-40b0754c1b7260782acf1778b052d192520ad910.tar.xz |
ARM: SAMSUNG: Fix typos
Fix some language typos in comments.
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/mach-osiris-dvs.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-osiris-dvs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-osiris-dvs.c b/arch/arm/mach-s3c24xx/mach-osiris-dvs.c index ce2db235dbaf..262ab0744748 100644 --- a/arch/arm/mach-s3c24xx/mach-osiris-dvs.c +++ b/arch/arm/mach-s3c24xx/mach-osiris-dvs.c @@ -143,7 +143,7 @@ static int osiris_dvs_remove(struct platform_device *pdev) return 0; } -/* the CONFIG_PM block is so small, it isn't worth actaully compiling it +/* the CONFIG_PM block is so small, it isn't worth actually compiling it * out if the configuration isn't set. */ static int osiris_dvs_suspend(struct device *dev) |