diff options
author | Chris Lattner <sabre@nondot.org> | 2009-05-25 19:51:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-05-25 19:51:07 +0000 |
commit | 9a3f3a5c3de3d101f7e0a8f82ceb6ca7d734f36e (patch) | |
tree | 7ee44273e1e804bca308a427d3ff1dd428a9f2a3 /llvm/lib | |
parent | cf7530ff43e5025912f351a2b68e5298558a6d95 (diff) | |
download | bcm5719-llvm-9a3f3a5c3de3d101f7e0a8f82ceb6ca7d734f36e.tar.gz bcm5719-llvm-9a3f3a5c3de3d101f7e0a8f82ceb6ca7d734f36e.zip |
fix typo
llvm-svn: 72395
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/ARM/ARMBuildAttrs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMBuildAttrs.h b/llvm/lib/Target/ARM/ARMBuildAttrs.h index 04cf5125f06..3b38375fbc7 100644 --- a/llvm/lib/Target/ARM/ARMBuildAttrs.h +++ b/llvm/lib/Target/ARM/ARMBuildAttrs.h @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file contains enumerations amd support routines for ARM build attributes +// This file contains enumerations and support routines for ARM build attributes // as defined in ARM ABI addenda document (ABI release 2.07). // //===----------------------------------------------------------------------===// |