From 383871acea1fa71e228ae055ca263375282e0455 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 7 Dec 2008 11:25:55 +0000 Subject: Fix typo. --- cpukit/score/cpu/arm/cpu.c | 2 +- cpukit/score/cpu/avr/cpu.c | 2 +- cpukit/score/cpu/bfin/cpu.c | 2 +- cpukit/score/cpu/c4x/cpu.c | 2 +- cpukit/score/cpu/h8300/cpu.c | 2 +- cpukit/score/cpu/i386/cpu.c | 2 +- cpukit/score/cpu/lm32/cpu.c | 2 +- cpukit/score/cpu/m32c/cpu.c | 2 +- cpukit/score/cpu/m32r/cpu.c | 2 +- cpukit/score/cpu/mips/cpu.c | 2 +- cpukit/score/cpu/nios2/cpu.c | 2 +- cpukit/score/cpu/no_cpu/cpu.c | 2 +- cpukit/score/cpu/sh/cpu.c | 2 +- cpukit/score/cpu/sparc/cpu.c | 2 +- cpukit/score/cpu/unix/cpu.c | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/cpukit/score/cpu/arm/cpu.c b/cpukit/score/cpu/arm/cpu.c index 48113bf6c7..6baabd48b3 100644 --- a/cpukit/score/cpu/arm/cpu.c +++ b/cpukit/score/cpu/arm/cpu.c @@ -37,7 +37,7 @@ unsigned int arm_cpu_mode = 0x13; * This routine performs processor dependent initialization. * * INPUT PARAMETERS: - * thread_dispatch - address of ISR disptaching routine (unused) + * thread_dispatch - address of ISR dispatching routine (unused) */ void _CPU_Initialize( diff --git a/cpukit/score/cpu/avr/cpu.c b/cpukit/score/cpu/avr/cpu.c index bbd4f85a23..4ba9e6c008 100644 --- a/cpukit/score/cpu/avr/cpu.c +++ b/cpukit/score/cpu/avr/cpu.c @@ -21,7 +21,7 @@ * This routine performs processor dependent initialization. * * INPUT PARAMETERS: - * thread_dispatch - address of disptaching routine + * thread_dispatch - address of dispatching routine * * NO_CPU Specific Information: * diff --git a/cpukit/score/cpu/bfin/cpu.c b/cpukit/score/cpu/bfin/cpu.c index a4be8da23f..b2fa3b2e82 100644 --- a/cpukit/score/cpu/bfin/cpu.c +++ b/cpukit/score/cpu/bfin/cpu.c @@ -22,7 +22,7 @@ * This routine performs processor dependent initialization. * * INPUT PARAMETERS: - * thread_dispatch - address of disptaching routine + * thread_dispatch - address of dispatching routine * * NO_CPU Specific Information: * diff --git a/cpukit/score/cpu/c4x/cpu.c b/cpukit/score/cpu/c4x/cpu.c index 3a13e6f8fc..bfcc81b35f 100644 --- a/cpukit/score/cpu/c4x/cpu.c +++ b/cpukit/score/cpu/c4x/cpu.c @@ -22,7 +22,7 @@ * This routine performs processor dependent initialization. * * INPUT PARAMETERS: - * thread_dispatch - address of disptaching routine + * thread_dispatch - address of dispatching routine * * C4x Specific Information: * diff --git a/cpukit/score/cpu/h8300/cpu.c b/cpukit/score/cpu/h8300/cpu.c index fe13ff555d..5f0dab32eb 100644 --- a/cpukit/score/cpu/h8300/cpu.c +++ b/cpukit/score/cpu/h8300/cpu.c @@ -20,7 +20,7 @@ * This routine performs processor dependent initialization. * * INPUT PARAMETERS: - * thread_dispatch - address of disptaching routine + * thread_dispatch - address of dispatching routine */ diff --git a/cpukit/score/cpu/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c index dd398b8fc2..bc714ac5de 100644 --- a/cpukit/score/cpu/i386/cpu.c +++ b/cpukit/score/cpu/i386/cpu.c @@ -26,7 +26,7 @@ * This routine performs processor dependent initialization. * * INPUT PARAMETERS: - * thread_dispatch - address of disptaching routine + * thread_dispatch - address of dispatching routine */ diff --git a/cpukit/score/cpu/lm32/cpu.c b/cpukit/score/cpu/lm32/cpu.c index b4c68d5811..540e6dbb2d 100644 --- a/cpukit/score/cpu/lm32/cpu.c +++ b/cpukit/score/cpu/lm32/cpu.c @@ -24,7 +24,7 @@ * This routine performs processor dependent initialization. * * INPUT PARAMETERS: - * thread_dispatch - address of disptaching routine + * thread_dispatch - address of dispatching routine * * LM32 Specific Information: * diff --git a/cpukit/score/cpu/m32c/cpu.c b/cpukit/score/cpu/m32c/cpu.c index 2927291087..83d64b3267 100644 --- a/cpukit/score/cpu/m32c/cpu.c +++ b/cpukit/score/cpu/m32c/cpu.c @@ -20,7 +20,7 @@ * This routine performs processor dependent initialization. * * INPUT PARAMETERS: - * thread_dispatch - address of disptaching routine + * thread_dispatch - address of dispatching routine * * NO_CPU Specific Information: * diff --git a/cpukit/score/cpu/m32r/cpu.c b/cpukit/score/cpu/m32r/cpu.c index f6827b104e..cdeda8cb64 100644 --- a/cpukit/score/cpu/m32r/cpu.c +++ b/cpukit/score/cpu/m32r/cpu.c @@ -19,7 +19,7 @@ * This routine performs processor dependent initialization. * * INPUT PARAMETERS: - * thread_dispatch - address of disptaching routine + * thread_dispatch - address of dispatching routine * * NO_CPU Specific Information: * diff --git a/cpukit/score/cpu/mips/cpu.c b/cpukit/score/cpu/mips/cpu.c index 3e17d00da9..aaaac95102 100644 --- a/cpukit/score/cpu/mips/cpu.c +++ b/cpukit/score/cpu/mips/cpu.c @@ -71,7 +71,7 @@ ESF_PTR_TYPE __exceptionStackFrame = 0; * This routine performs processor dependent initialization. * * INPUT PARAMETERS: - * thread_dispatch - address of disptaching routine + * thread_dispatch - address of dispatching routine */ void _CPU_Initialize( void (*thread_dispatch) /* ignored on this CPU */ diff --git a/cpukit/score/cpu/nios2/cpu.c b/cpukit/score/cpu/nios2/cpu.c index d46daeaef6..32fdf7b766 100644 --- a/cpukit/score/cpu/nios2/cpu.c +++ b/cpukit/score/cpu/nios2/cpu.c @@ -20,7 +20,7 @@ * This routine performs processor dependent initialization. * * INPUT PARAMETERS: - * thread_dispatch - address of disptaching routine + * thread_dispatch - address of dispatching routine * * NO_CPU Specific Information: * diff --git a/cpukit/score/cpu/no_cpu/cpu.c b/cpukit/score/cpu/no_cpu/cpu.c index 4dbbac4f7e..b49fef315a 100644 --- a/cpukit/score/cpu/no_cpu/cpu.c +++ b/cpukit/score/cpu/no_cpu/cpu.c @@ -21,7 +21,7 @@ * This routine performs processor dependent initialization. * * INPUT PARAMETERS: - * thread_dispatch - address of disptaching routine + * thread_dispatch - address of dispatching routine * * NO_CPU Specific Information: * diff --git a/cpukit/score/cpu/sh/cpu.c b/cpukit/score/cpu/sh/cpu.c index cdfb2b12f6..a50c233db0 100644 --- a/cpukit/score/cpu/sh/cpu.c +++ b/cpukit/score/cpu/sh/cpu.c @@ -40,7 +40,7 @@ extern proc_ptr _Hardware_isr_Table[]; * This routine performs processor dependent initialization. * * INPUT PARAMETERS: - * thread_dispatch - address of disptaching routine + * thread_dispatch - address of dispatching routine */ diff --git a/cpukit/score/cpu/sparc/cpu.c b/cpukit/score/cpu/sparc/cpu.c index 63ff2e574b..ce97565001 100644 --- a/cpukit/score/cpu/sparc/cpu.c +++ b/cpukit/score/cpu/sparc/cpu.c @@ -39,7 +39,7 @@ const CPU_Trap_table_entry _CPU_Trap_slot_template = { * This routine performs processor dependent initialization. * * Input Parameters: - * thread_dispatch - address of disptaching routine + * thread_dispatch - address of dispatching routine * * Output Parameters: NONE * diff --git a/cpukit/score/cpu/unix/cpu.c b/cpukit/score/cpu/unix/cpu.c index 10f45a9424..381a1aba6c 100644 --- a/cpukit/score/cpu/unix/cpu.c +++ b/cpukit/score/cpu/unix/cpu.c @@ -272,7 +272,7 @@ uint32_t _CPU_ISR_Get_level( void ) * This routine performs processor dependent initialization. * * INPUT PARAMETERS: - * thread_dispatch - address of disptaching routine + * thread_dispatch - address of dispatching routine */ -- cgit v1.2.3