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 | 0c85aabfdcfa966c0c348242bad9a7c5fa2f8a14 (patch) | |
tree | e9710424115081133fc67a19b5d4e3f1351da7e2 | |
parent | f9dc644936c2c3b1b4c47971b1c7a3f62ee63824 (diff) |
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72395 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMBuildAttrs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMBuildAttrs.h b/lib/Target/ARM/ARMBuildAttrs.h index 04cf5125f0..3b38375fbc 100644 --- a/lib/Target/ARM/ARMBuildAttrs.h +++ b/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). // //===----------------------------------------------------------------------===// |