diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-03-10 09:02:32 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-03-10 09:02:32 +0000 |
commit | e20efdda164c04d8e6731db0aed019a110699b1b (patch) | |
tree | 2f079267b62b081b0f020e585fac328888bd5748 /newlib/libc/machine/arm/arm_asm.h | |
parent | 926aac359facc9942dbaa6ae9b12d897eff79353 (diff) | |
download | cygnal-e20efdda164c04d8e6731db0aed019a110699b1b.tar.gz cygnal-e20efdda164c04d8e6731db0aed019a110699b1b.tar.bz2 cygnal-e20efdda164c04d8e6731db0aed019a110699b1b.zip |
* libc/machine/arm/arm_asm.h: Fix typo.
Diffstat (limited to 'newlib/libc/machine/arm/arm_asm.h')
-rw-r--r-- | newlib/libc/machine/arm/arm_asm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/arm/arm_asm.h b/newlib/libc/machine/arm/arm_asm.h index c6d3abc65..f8104ec3c 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__) |