Edit a comment for consistency.
authorBob Wilson <bob.wilson@apple.com>
Thu, 3 Feb 2011 23:17:40 +0000 (23:17 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 3 Feb 2011 23:17:40 +0000 (23:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124829 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Object/MachOFormat.h

index bb8820dabf7694e5f5ed3d8e11388999387a1292..31cd523ea21996fdb182f421c8a8fc15e4a934d4 100644 (file)
@@ -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,