Commit 79f1ec86 authored by Joe Perches's avatar Joe Perches Committed by Bryan Wu

[Blackfin] arch: Spelling fixes

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarMike Frysinger <michael.frysinger@analog.com>
Signed-off-by: default avatarBryan Wu <bryan.wu@analog.com>
parent b39f4ce9
...@@ -187,7 +187,7 @@ asmlinkage void __init init_early_exception_vectors(void) ...@@ -187,7 +187,7 @@ asmlinkage void __init init_early_exception_vectors(void)
bfin_write_EVT15(early_trap); bfin_write_EVT15(early_trap);
CSYNC(); CSYNC();
/* Set all the return from interupt, exception, NMI to a known place /* Set all the return from interrupt, exception, NMI to a known place
* so if we do a RETI, RETX or RETN by mistake - we go somewhere known * so if we do a RETI, RETX or RETN by mistake - we go somewhere known
* Note - don't change RETS - we are in a subroutine, or * Note - don't change RETS - we are in a subroutine, or
* RETE - since it might screw up if emulator is attached * RETE - since it might screw up if emulator is attached
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Author: Michael Hennerich * Author: Michael Hennerich
* *
* Created: * Created:
* Description: Set up the interupt priorities * Description: Set up the interrupt priorities
* *
* Modified: * Modified:
* Copyright 2004-2006 Analog Devices Inc. * Copyright 2004-2006 Analog Devices Inc.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment