diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2017-06-01 16:17:03 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-06-07 02:54:13 -0400 |
commit | 764e4ef0a8871339eeddaf27ccc47aeeea28b974 (patch) | |
tree | acc289fdd6c7f40448eed21bcdaee1c4ae572fa1 | |
parent | a9e317c388d48da80fc266f06dc6298cbd790b8c (diff) |
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>
-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 @@ | |||
3 | * | 3 | * |
4 | * Contains first level initialization routines which internally | 4 | * Contains first level initialization routines which internally |
5 | * generates timer device information and registers with linux | 5 | * generates timer device information and registers with linux |
6 | * device model. It also has low level function to chnage the timer | 6 | * device model. It also has a low level function to change the timer |
7 | * input clock source. | 7 | * input clock source. |
8 | * | 8 | * |
9 | * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ | 9 | * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ |