summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
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/src/lib/libcpu
parentGCC-4.1.1 still installs mf-runtime.h to the wrong directory. (diff)
downloadrtems-e5f55a100861afad3cdad3b1423ddebe2c9cf2cb.tar.bz2
Fix formatting.
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
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.