]> sourceware.org Git - newlib-cygwin.git/commitdiff
* libc/machine/arm/arm_asm.h: Fix typo.
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 10 Mar 2009 09:02:32 +0000 (09:02 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 10 Mar 2009 09:02:32 +0000 (09:02 +0000)
newlib/ChangeLog
newlib/libc/machine/arm/arm_asm.h

index 2fb6bf7399535a7a7ec6a9b50f7fbcb27e58fc66..4fd0c791db6ffdcdcd0b523b2dcd926d0d65fd55 100644 (file)
@@ -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
index c6d3abc6506a16988de168c87a3b654e51458a48..f8104ec3c6c1dea5c793b60432cb90cf1bcd476a 100644 (file)
@@ -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__)
This page took 0.057082 seconds and 5 git commands to generate.