summaryrefslogtreecommitdiffstats
path: root/doc/porting
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-26 20:06:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-26 20:06:12 +0000
commit94ad84dd97bcd3153d7a4f67bdd86397033cf16b (patch)
tree365f2d7c4a030ac71fc7cff5e184d5b86039aa92 /doc/porting
parent2008-02-26 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-94ad84dd97bcd3153d7a4f67bdd86397033cf16b.tar.bz2
2008-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* porting/interrupts.t: Formatting.
Diffstat (limited to 'doc/porting')
-rw-r--r--doc/porting/interrupts.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/porting/interrupts.t b/doc/porting/interrupts.t
index 4638c40956..faa228816b 100644
--- a/doc/porting/interrupts.t
+++ b/doc/porting/interrupts.t
@@ -299,7 +299,7 @@ written in a high-level language (typically C) can be invoked without
damaging the state of the task that was interrupted. In general, this
results in the saving of registers which are NOT preserved across
subroutine calls as well as any special interrupt state. A port should
-define the CPU_Interrupt_frame structure so that application code can
+define the @code{CPU_Interrupt_frame} structure so that application code can
examine the saved state.
@example