summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/irq
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-26 15:49:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-26 15:49:59 +0000
commit327b00207833a3a79c2d248d0ef3477506aacbac (patch)
tree0f28c16955a5b5714397cf0922fedcb95241d896 /c/src/lib/libbsp/powerpc/gen5200/irq
parentreenable instruction MMU (diff)
downloadrtems-327b00207833a3a79c2d248d0ef3477506aacbac.tar.bz2
2007-10-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* irq/irq.h: Fixed typos.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen5200/irq')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/irq/irq.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/irq/irq.h b/c/src/lib/libbsp/powerpc/gen5200/irq/irq.h
index f27fff32e7..e7c04c5994 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/irq/irq.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/irq/irq.h
@@ -323,15 +323,15 @@ int BSP_irq_disable_at_siu(const rtems_irq_symbolic_name irqLine);
*/
int BSP_irq_enable_at_siu(const rtems_irq_symbolic_name irqLine);
/*
- * function to acknoledge a particular irq. After calling
+ * function to acknowledge a particular irq. After calling
* this function, if a device asserts an enabled interrupt line it will
- * be propagated further to the processor. Mainly usefull for people
- * writting raw handlers as this is automagically done for rtems managed
+ * be propagated further to the processor. Mainly useful for people
+ * writing raw handlers as this is automagically done for rtems managed
* handlers.
*/
int BSP_irq_ack_at_siu(const rtems_irq_symbolic_name irqLine);
/*
- * function to check if a particular irq is enabled. After calling
+ * function to check ifl d a particular irq is enabled. After calling
*/
int BSP_irq_enabled_at_siu(const rtems_irq_symbolic_name irqLine);