aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-03-10 09:02:32 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-03-10 09:02:32 +0000
commite20efdda164c04d8e6731db0aed019a110699b1b (patch)
tree2f079267b62b081b0f020e585fac328888bd5748
parent926aac359facc9942dbaa6ae9b12d897eff79353 (diff)
downloadnewlib-e20efdda164c04d8e6731db0aed019a110699b1b.zip
newlib-e20efdda164c04d8e6731db0aed019a110699b1b.tar.gz
newlib-e20efdda164c04d8e6731db0aed019a110699b1b.tar.bz2
* libc/machine/arm/arm_asm.h: Fix typo.
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/machine/arm/arm_asm.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 2fb6bf7..4fd0c79 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-09 Brooks Moses <brooks@codesourcery.com>
+
+ * libc/machine/arm/arm_asm.h: Fix typo.
+
2009-03-09 Craig Howland <howland@LGSInnovations.com>
* libc/time/strftime.c: Adapt for dual-purpose use so not only
diff --git a/newlib/libc/machine/arm/arm_asm.h b/newlib/libc/machine/arm/arm_asm.h
index c6d3abc..f8104ec 100644
--- a/newlib/libc/machine/arm/arm_asm.h
+++ b/newlib/libc/machine/arm/arm_asm.h
@@ -27,7 +27,7 @@
*/
#ifndef ARM_ASM__H
-#define AMR_ASM__H
+#define ARM_ASM__H
/* First define some macros that keep everything else sane. */
#if defined (__ARM_ARCH_7A__) || defined (__ARM_ARCH_7R__)