From a58154f4f0007caa098460d28026c65c7a8494d1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 10 Dec 2004 06:58:05 +0000 Subject: Cosmetics. --- cpukit/score/cpu/h8300/rtems/score/cpu.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/score/cpu/h8300/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/h8300/rtems/score/cpu.h b/cpukit/score/cpu/h8300/rtems/score/cpu.h index 60cf75ad0b..d0d340e093 100644 --- a/cpukit/score/cpu/h8300/rtems/score/cpu.h +++ b/cpukit/score/cpu/h8300/rtems/score/cpu.h @@ -614,7 +614,7 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(); #define _CPU_Initialize_vectors() /* COPE With Brain dead version of GCC distributed with Hitachi HIView Tools. - Note requires ISR_Level be uint16_t or assembler croaks. + Note requires ISR_Level be uint16_t or assembler croaks. */ #if (__GNUC__ == 2 && __GNUC_MINOR__ == 7 ) @@ -632,7 +632,7 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(); /* - * Enable interrupts to the previois level (returned by _CPU_ISR_Disable). + * Enable interrupts to the previous level (returned by _CPU_ISR_Disable). * This indicates the end of an RTEMS critical section. The parameter * _level is not modified. */ @@ -684,7 +684,7 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(); /* - * Enable interrupts to the previois level (returned by _CPU_ISR_Disable). + * Enable interrupts to the previous level (returned by _CPU_ISR_Disable). * This indicates the end of an RTEMS critical section. The parameter * _level is not modified. * -- cgit v1.2.3