ARM: OMAP1: Fix typo in fiq.c
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sat, 21 May 2016 11:49:48 +0000 (13:49 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 10 Jun 2016 11:10:43 +0000 (04:10 -0700)
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/ams-delta-fiq.c

index d1f12095f3155d37ac72e61bc73d9cf2b84dcc2e..acd6bf019c87195c9a4d967f9eebd31f12a9ed7c 100644 (file)
@@ -136,7 +136,7 @@ void __init ams_delta_init_fiq(void)
                fiq_buffer[i] = 0;
 
        /*
-        * FIQ mode r9 always points to the fiq_buffer, becauses the FIQ isr
+        * FIQ mode r9 always points to the fiq_buffer, because the FIQ isr
         * will run in an unpredictable context. The fiq_buffer is the FIQ isr's
         * only means of communication with the IRQ level and other kernel
         * context code.
This page took 0.025127 seconds and 5 git commands to generate.