summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-05 19:20:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-05 19:20:40 +0000
commit8b5847715cd3fdb4b2f22b796156179839d49e02 (patch)
treeadc4d6f1f99f3b9c7ac06bd6d8ca46cbdd16c762 /cpukit/score
parent2002-08-05 Chris Ziomkowski <chris@asics.ws> (diff)
downloadrtems-8b5847715cd3fdb4b2f22b796156179839d49e02.tar.bz2
2002-08-05 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/cpu/arm/ChangeLog4
-rw-r--r--cpukit/score/cpu/arm/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/arm/rtems/score/types.h2
3 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog
index faab01473a..39ff8d8f1e 100644
--- a/cpukit/score/cpu/arm/ChangeLog
+++ b/cpukit/score/cpu/arm/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-05 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
+
2002-07-30 Jay Monkman <jtm@smoothsmoothie.com>
* cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
diff --git a/cpukit/score/cpu/arm/rtems/score/cpu.h b/cpukit/score/cpu/arm/rtems/score/cpu.h
index 7468d998c5..d2f19e469d 100644
--- a/cpukit/score/cpu/arm/rtems/score/cpu.h
+++ b/cpukit/score/cpu/arm/rtems/score/cpu.h
@@ -26,7 +26,7 @@ extern "C" {
#include <rtems/score/arm.h> /* pick up machine definitions */
#ifndef ASM
-#include <rtems/score/armtypes.h>
+#include <rtems/score/types.h>
#endif
/* conditional compilation parameters */
diff --git a/cpukit/score/cpu/arm/rtems/score/types.h b/cpukit/score/cpu/arm/rtems/score/types.h
index dc790a2b0b..17c77b7d3a 100644
--- a/cpukit/score/cpu/arm/rtems/score/types.h
+++ b/cpukit/score/cpu/arm/rtems/score/types.h
@@ -1,4 +1,4 @@
-/* armtypes.h
+/* types.h for ARM
*
* This include file contains type definitions pertaining to the
* arm processor family.