From 2c5d78baee4b00d1a8ccd6042d81c54bd964bf3a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 9 Jul 1997 23:46:59 +0000 Subject: Corrected typos and spacing. --- c/src/exec/rtems/headers/intr.h | 6 +++--- c/src/exec/rtems/include/rtems/rtems/intr.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'c/src/exec/rtems') diff --git a/c/src/exec/rtems/headers/intr.h b/c/src/exec/rtems/headers/intr.h index 09697a93d6..d28ae8b1dc 100644 --- a/c/src/exec/rtems/headers/intr.h +++ b/c/src/exec/rtems/headers/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. */ diff --git a/c/src/exec/rtems/include/rtems/rtems/intr.h b/c/src/exec/rtems/include/rtems/rtems/intr.h index 09697a93d6..d28ae8b1dc 100644 --- a/c/src/exec/rtems/include/rtems/rtems/intr.h +++ b/c/src/exec/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. */ -- cgit v1.2.3