summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-06-21 13:52:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-06-21 13:52:18 +0000
commite5f55a100861afad3cdad3b1423ddebe2c9cf2cb (patch)
tree05ee4602fff2569a83d26dd244462155dfd1f4cd /c
parentGCC-4.1.1 still installs mf-runtime.h to the wrong directory. (diff)
downloadrtems-e5f55a100861afad3cdad3b1423ddebe2c9cf2cb.tar.bz2
Fix formatting.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog2
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog2
2 files changed, 2 insertions, 2 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.