summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-18 14:03:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-18 14:03:47 +0000
commiteb98e4c6273ea374e15ee95fc0f063f0e3a6c226 (patch)
treef2d7de079fb9a3abfd318ae506ef6da350c141c6
parentmpc8249eamds support for Gigabit Ethernet works again (diff)
downloadrtems-eb98e4c6273ea374e15ee95fc0f063f0e3a6c226.tar.bz2
typos.
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog8
2 files changed, 5 insertions, 7 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index c18002acb1..e72f3465e4 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,7 +1,7 @@
2008-07-17 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
- * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h
- fixed some data types
+ * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
+ Fixed some data types
2008-07-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index bb87f7d748..5033d9087f 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,15 +1,13 @@
2008-07-18 Thomas Doerfler <thomas.doerfler@embedded-brains.de>
- * mpc83xx/network/tsec.c:
- initialize PHY registers late enough, so that phy access is possible
+ * mpc83xx/network/tsec.c: Initialize PHY registers late enough,
+ so that phy access is possible
2008-07-17 Thomas Doerfler <thomas.doerfler@embedded-brains.de>
* rtems/powerpc/powerpc.h:
ppc405 uses definitions distinct from ppc403 now
-
- * shared/src/cache_.h:
- use correct powerpc.h to get cache attributes
+ * shared/src/cache_.h: Use correct powerpc.h to get cache attributes
2008-07-17 Thomas Doerfler <thomas.doerfler@embedded-brains.de>