From 77ea27fc1669d8e228970d8905814315a4c32e3c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 4 Feb 1998 14:47:23 +0000 Subject: Ralf Corsepius noticed that generally was spelled incorrectly. --- c/src/exec/score/cpu/a29k/cpu.h | 2 +- c/src/exec/score/cpu/a29k/cpu_asm.s | 2 +- c/src/exec/score/cpu/i386/cpu.h | 2 +- c/src/exec/score/cpu/i960/cpu.h | 2 +- c/src/exec/score/cpu/mips64orion/cpu.h | 2 +- c/src/exec/score/cpu/no_cpu/cpu.h | 2 +- c/src/exec/score/cpu/no_cpu/cpu_asm.c | 2 +- c/src/exec/score/cpu/powerpc/cpu.h | 2 +- c/src/exec/score/cpu/powerpc/cpu_asm.s | 2 +- c/src/exec/score/cpu/sparc/cpu.h | 2 +- c/src/exec/score/cpu/unix/cpu.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'c/src') diff --git a/c/src/exec/score/cpu/a29k/cpu.h b/c/src/exec/score/cpu/a29k/cpu.h index c5d3f662a8..80057e2c0a 100644 --- a/c/src/exec/score/cpu/a29k/cpu.h +++ b/c/src/exec/score/cpu/a29k/cpu.h @@ -910,7 +910,7 @@ void _CPU_Context_switch( /* * _CPU_Context_restore * - * This routine is generallu used only to restart self in an + * This routine is generally used only to restart self in an * efficient manner. It may simply be a label in _CPU_Context_switch. * * NOTE: May be unnecessary to reload some registers. diff --git a/c/src/exec/score/cpu/a29k/cpu_asm.s b/c/src/exec/score/cpu/a29k/cpu_asm.s index bdbbfa604f..41528e6207 100644 --- a/c/src/exec/score/cpu/a29k/cpu_asm.s +++ b/c/src/exec/score/cpu/a29k/cpu_asm.s @@ -228,7 +228,7 @@ context_restore: ;/* ; * _CPU_Context_restore ; * -; * This routine is generallu used only to restart self in an +; * This routine is generally used only to restart self in an ; * efficient manner. It may simply be a label in _CPU_Context_switch. ; * ; * NOTE: May be unnecessary to reload some registers. diff --git a/c/src/exec/score/cpu/i386/cpu.h b/c/src/exec/score/cpu/i386/cpu.h index 7f3b4a5dff..b0b67a6a86 100644 --- a/c/src/exec/score/cpu/i386/cpu.h +++ b/c/src/exec/score/cpu/i386/cpu.h @@ -363,7 +363,7 @@ void _CPU_Context_switch( /* * _CPU_Context_restore * - * This routine is generallu used only to restart self in an + * This routine is generally used only to restart self in an * efficient manner and avoid stack conflicts. */ diff --git a/c/src/exec/score/cpu/i960/cpu.h b/c/src/exec/score/cpu/i960/cpu.h index 4230595ece..ea847ced55 100644 --- a/c/src/exec/score/cpu/i960/cpu.h +++ b/c/src/exec/score/cpu/i960/cpu.h @@ -423,7 +423,7 @@ void _CPU_Context_switch( /* * _CPU_Context_restore * - * This routine is generallu used only to restart self in an + * This routine is generally used only to restart self in an * efficient manner and avoid stack conflicts. */ diff --git a/c/src/exec/score/cpu/mips64orion/cpu.h b/c/src/exec/score/cpu/mips64orion/cpu.h index 0f4f3d41fc..ff73090930 100644 --- a/c/src/exec/score/cpu/mips64orion/cpu.h +++ b/c/src/exec/score/cpu/mips64orion/cpu.h @@ -876,7 +876,7 @@ void _CPU_Context_switch( /* * _CPU_Context_restore * - * This routine is generallu used only to restart self in an + * This routine is generally used only to restart self in an * efficient manner. It may simply be a label in _CPU_Context_switch. * * NOTE: May be unnecessary to reload some registers. diff --git a/c/src/exec/score/cpu/no_cpu/cpu.h b/c/src/exec/score/cpu/no_cpu/cpu.h index a8fe5715aa..3d644a38e7 100644 --- a/c/src/exec/score/cpu/no_cpu/cpu.h +++ b/c/src/exec/score/cpu/no_cpu/cpu.h @@ -794,7 +794,7 @@ void _CPU_Context_switch( /* * _CPU_Context_restore * - * This routine is generallu used only to restart self in an + * This routine is generally used only to restart self in an * efficient manner. It may simply be a label in _CPU_Context_switch. * * NOTE: May be unnecessary to reload some registers. diff --git a/c/src/exec/score/cpu/no_cpu/cpu_asm.c b/c/src/exec/score/cpu/no_cpu/cpu_asm.c index e3182275bc..b4ac57f55d 100644 --- a/c/src/exec/score/cpu/no_cpu/cpu_asm.c +++ b/c/src/exec/score/cpu/no_cpu/cpu_asm.c @@ -80,7 +80,7 @@ void _CPU_Context_switch( /* * _CPU_Context_restore * - * This routine is generallu used only to restart self in an + * This routine is generally used only to restart self in an * efficient manner. It may simply be a label in _CPU_Context_switch. * * NOTE: May be unnecessary to reload some registers. diff --git a/c/src/exec/score/cpu/powerpc/cpu.h b/c/src/exec/score/cpu/powerpc/cpu.h index a468970e4c..4e613a581a 100644 --- a/c/src/exec/score/cpu/powerpc/cpu.h +++ b/c/src/exec/score/cpu/powerpc/cpu.h @@ -951,7 +951,7 @@ void _CPU_Context_switch( /* * _CPU_Context_restore * - * This routine is generallu used only to restart self in an + * This routine is generally used only to restart self in an * efficient manner. It may simply be a label in _CPU_Context_switch. * * NOTE: May be unnecessary to reload some registers. diff --git a/c/src/exec/score/cpu/powerpc/cpu_asm.s b/c/src/exec/score/cpu/powerpc/cpu_asm.s index d36892be06..c813d3fa6a 100644 --- a/c/src/exec/score/cpu/powerpc/cpu_asm.s +++ b/c/src/exec/score/cpu/powerpc/cpu_asm.s @@ -626,7 +626,7 @@ PROC (_CPU_Context_switch): /* * _CPU_Context_restore * - * This routine is generallu used only to restart self in an + * This routine is generally used only to restart self in an * efficient manner. It may simply be a label in _CPU_Context_switch. * * NOTE: May be unnecessary to reload some registers. diff --git a/c/src/exec/score/cpu/sparc/cpu.h b/c/src/exec/score/cpu/sparc/cpu.h index 0192089a74..336e5de8ef 100644 --- a/c/src/exec/score/cpu/sparc/cpu.h +++ b/c/src/exec/score/cpu/sparc/cpu.h @@ -932,7 +932,7 @@ void _CPU_Context_switch( /* * _CPU_Context_restore * - * This routine is generallu used only to restart self in an + * This routine is generally used only to restart self in an * efficient manner. */ diff --git a/c/src/exec/score/cpu/unix/cpu.h b/c/src/exec/score/cpu/unix/cpu.h index d5e02bfc36..9497ca24f7 100644 --- a/c/src/exec/score/cpu/unix/cpu.h +++ b/c/src/exec/score/cpu/unix/cpu.h @@ -917,7 +917,7 @@ void _CPU_Context_switch( /* * _CPU_Context_restore * - * This routine is generallu used only to restart self in an + * This routine is generally used only to restart self in an * efficient manner. It may simply be a label in _CPU_Context_switch. * * NOTE: May be unnecessary to reload some registers. -- cgit v1.2.3