summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-08-20 15:49:42 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-08-20 15:49:42 -0500
commita7ec6fac9b3c5821031249791d7446d5bf7fca15 (patch)
tree32ce5c447e6d7e8e416a1b943f16e5ea6d2acd8f
parentAdd new documentation section for OpenRISC CPU architecture. (diff)
downloadrtems-a7ec6fac9b3c5821031249791d7446d5bf7fca15.tar.bz2
or1k.t: Fix spelling errors
-rw-r--r--doc/cpu_supplement/or1k.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/cpu_supplement/or1k.t b/doc/cpu_supplement/or1k.t
index 4f1bf18c36..cce55fd9ab 100644
--- a/doc/cpu_supplement/or1k.t
+++ b/doc/cpu_supplement/or1k.t
@@ -59,10 +59,10 @@ There are only two levels: interrupts enabled and interrupts disabled.
@subsection Interrupt Stack
-OpenRISC RTEMS port uses RTEMS SW interrupt stack.
-The stack for interrupts is allocated during interrupt driver initilization.
-When an interrup entered, the _ISR_Handler routine is resposible for
-switching from the interrupted task stack to RTEMS SW interrupt stack.
+The OpenRISC RTEMS port uses a dedicated software interrupt stack.
+The stack for interrupts is allocated during interrupt driver initialization.
+When an interrupt is entered, the _ISR_Handler routine is responsible for
+switching from the interrupted task stack to RTEMS software interrupt stack.
@section Default Fatal Error Processing