Corrected typos and spacing.

This commit is contained in:
Joel Sherrill
1997-07-09 23:46:59 +00:00
parent 250394f6da
commit 2c5d78baee
3 changed files with 9 additions and 9 deletions

View File

@@ -73,9 +73,9 @@ void _Interrupt_Manager_initialization( void );
*/ */
rtems_status_code rtems_interrupt_catch( rtems_status_code rtems_interrupt_catch(
rtems_isr_entry new_isr_handler, rtems_isr_entry new_isr_handler,
rtems_vector_number vector, 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: * DESCRIPTION:
* *
* This function returns TRUE if the processor is currently servicing * 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 * that the caller is an interrupt service routine, NOT a thread. The
* directives available to an interrupt service routine are restricted. * directives available to an interrupt service routine are restricted.
*/ */

View File

@@ -73,9 +73,9 @@ void _Interrupt_Manager_initialization( void );
*/ */
rtems_status_code rtems_interrupt_catch( rtems_status_code rtems_interrupt_catch(
rtems_isr_entry new_isr_handler, rtems_isr_entry new_isr_handler,
rtems_vector_number vector, 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: * DESCRIPTION:
* *
* This function returns TRUE if the processor is currently servicing * 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 * that the caller is an interrupt service routine, NOT a thread. The
* directives available to an interrupt service routine are restricted. * directives available to an interrupt service routine are restricted.
*/ */

View File

@@ -73,9 +73,9 @@ void _Interrupt_Manager_initialization( void );
*/ */
rtems_status_code rtems_interrupt_catch( rtems_status_code rtems_interrupt_catch(
rtems_isr_entry new_isr_handler, rtems_isr_entry new_isr_handler,
rtems_vector_number vector, 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: * DESCRIPTION:
* *
* This function returns TRUE if the processor is currently servicing * 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 * that the caller is an interrupt service routine, NOT a thread. The
* directives available to an interrupt service routine are restricted. * directives available to an interrupt service routine are restricted.
*/ */