summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-02-03 23:17:40 +0000
committerBob Wilson <bob.wilson@apple.com>2011-02-03 23:17:40 +0000
commitb84fe78d341aa525b840ccff5f10cb003748aa09 (patch)
tree4426155befaa29ad48bd6051512fc566518daa8a /include
parentcd5af07c4573c6b1270d6737e76ef3219091a733 (diff)
downloadllvm-b84fe78d341aa525b840ccff5f10cb003748aa09.tar.gz
llvm-b84fe78d341aa525b840ccff5f10cb003748aa09.tar.bz2
llvm-b84fe78d341aa525b840ccff5f10cb003748aa09.tar.xz
Edit a comment for consistency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124829 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Object/MachOFormat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Object/MachOFormat.h b/include/llvm/Object/MachOFormat.h
index bb8820dabf..31cd523ea2 100644
--- a/include/llvm/Object/MachOFormat.h
+++ b/include/llvm/Object/MachOFormat.h
@@ -347,7 +347,7 @@ namespace macho {
RIT_X86_64_TLV = 9
};
- /// ARM also has its own relocation types.
+ /// ARM uses its own relocation types.
enum RelocationInfoTypeARM {
RIT_ARM_LocalDifference = 3,
RIT_ARM_PreboundLazyPointer = 4,