This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Fix typo in libc/machine/arm/arm_asm.h


This patch fixes a trivial typo that doesn't have any effect at present,
but might later.

- Brooks

-----------------------------------------------------------------------
2009-03-09  Brooks Moses  <brooks@codesourcery.com>

	libc/machine/arm/arm_asm.h: Fix typo.

-----------------------------------------------------------------------
Index: newlib/libc/machine/arm/arm_asm.h
===================================================================
--- newlib/libc/machine/arm/arm_asm.h	(revision 237836)
+++ newlib/libc/machine/arm/arm_asm.h	(working copy)
@@ -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__)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]