summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/intr.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-09 23:46:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-09 23:46:59 +0000
commit2c5d78baee4b00d1a8ccd6042d81c54bd964bf3a (patch)
tree12b12b9ed93d9a4e4887bf898962fe1e56e9e6ef /cpukit/rtems/include/rtems/rtems/intr.h
parentAdded mvme162lx bsp configuration. (diff)
downloadrtems-2c5d78baee4b00d1a8ccd6042d81c54bd964bf3a.tar.bz2
Corrected typos and spacing.
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/intr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/intr.h b/cpukit/rtems/include/rtems/rtems/intr.h
index 09697a93d6..d28ae8b1dc 100644
--- a/cpukit/rtems/include/rtems/rtems/intr.h
+++ b/cpukit/rtems/include/rtems/rtems/intr.h
@@ -73,9 +73,9 @@ void _Interrupt_Manager_initialization( void );
*/
rtems_status_code rtems_interrupt_catch(
- rtems_isr_entry new_isr_handler,
+ rtems_isr_entry new_isr_handler,
rtems_vector_number vector,
- rtems_isr_entry *old_isr_handler
+ rtems_isr_entry *old_isr_handler
);
/*
@@ -120,7 +120,7 @@ rtems_status_code rtems_interrupt_catch(
* DESCRIPTION:
*
* This function returns TRUE if the processor is currently servicing
- * and interrupt and FALSE otherwise. A return value of TRUE indicates
+ * an interrupt and FALSE otherwise. A return value of TRUE indicates
* that the caller is an interrupt service routine, NOT a thread. The
* directives available to an interrupt service routine are restricted.
*/