summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog2
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog2
-rw-r--r--cpukit/score/cpu/m68k/ChangeLog2
3 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index 3a4ad80ac7..f53ddeef6c 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -24,7 +24,7 @@
2006-06-19 Till Straumann <strauman@slac.stanford.edu>
* shared/irq/irq_asm.S: Never allow the FPU to be switched on
- for integer-only tasks (new gcc may use FP regs implicitely).
+ for integer-only tasks (new gcc may use FP regs implicitly).
2006-03-08 Joel Sherrill <joel@OARcorp.com>
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 1a8e901564..35e4446f4e 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -16,7 +16,7 @@
* new-exceptions/cpu.c, new-exceptions/cpu_asm.S: Never
allow the FPU to be switched on for integer-only tasks
- (new gcc may use FP regs implicitely).
+ (new gcc may use FP regs implicitly).
FP context switch may be called from environment with no
FPU available (ISR, int-only task) - switch FPU on
for the switch and restore MSR_FP after it's done.
diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog
index f8d08a2e2a..dcddc9fda3 100644
--- a/cpukit/score/cpu/m68k/ChangeLog
+++ b/cpukit/score/cpu/m68k/ChangeLog
@@ -1,6 +1,6 @@
2006-06-19 Till Straumann <strauman@slac.stanford.edu>
- PR1091/patch
+ PR 1091/patch
* cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector
bits are used when calculating the exception vector.