diff options
author | Vitaliy Ivanov <vitalivanov@gmail.com> | 2011-06-23 21:01:55 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-09-15 16:13:02 +0400 |
commit | fb914ebff5d0c4cf4e9ff16974057e07f82805c7 (patch) | |
tree | 4e55888956c1a3de3f43f1f3c8cb195691174a48 /arch/arm | |
parent | e809ab01013dfd905004f7e367978141c5dfc49d (diff) | |
download | linux-fb914ebff5d0c4cf4e9ff16974057e07f82805c7.tar.xz |
treewide: typo 'interrrupt' word corrections.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Vitaliy Ivanov <vitalivanov@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap2/smartreflex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/smartreflex.c b/arch/arm/mach-omap2/smartreflex.c index 2ce2fb7664bc..f56b1bd41f28 100644 --- a/arch/arm/mach-omap2/smartreflex.c +++ b/arch/arm/mach-omap2/smartreflex.c @@ -247,7 +247,7 @@ static void sr_stop_vddautocomp(struct omap_sr *sr) * driver register and sr device intializtion API's. Only one call * will ultimately succeed. * - * Currently this function registers interrrupt handler for a particular SR + * Currently this function registers interrupt handler for a particular SR * if smartreflex class driver is already registered and has * requested for interrupts and the SR interrupt line in present. */ |