diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2017-06-01 22:17:03 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-06-06 23:54:13 -0700 |
commit | 764e4ef0a8871339eeddaf27ccc47aeeea28b974 (patch) | |
tree | acc289fdd6c7f40448eed21bcdaee1c4ae572fa1 /arch/arm/mach-omap1/timer.c | |
parent | a9e317c388d48da80fc266f06dc6298cbd790b8c (diff) | |
download | linux-stable-764e4ef0a8871339eeddaf27ccc47aeeea28b974.tar.gz linux-stable-764e4ef0a8871339eeddaf27ccc47aeeea28b974.tar.bz2 linux-stable-764e4ef0a8871339eeddaf27ccc47aeeea28b974.zip |
ARM: OMAP1: Fix a typo in a comment line
Adjust a line in this description for the software module.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/timer.c')
-rw-r--r-- | arch/arm/mach-omap1/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/timer.c b/arch/arm/mach-omap1/timer.c index 637f8c9d9f10..8fb1ec6fa999 100644 --- a/arch/arm/mach-omap1/timer.c +++ b/arch/arm/mach-omap1/timer.c @@ -3,7 +3,7 @@ * * Contains first level initialization routines which internally * generates timer device information and registers with linux - * device model. It also has low level function to chnage the timer + * device model. It also has a low level function to change the timer * input clock source. * * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ |