[llvm-commits] [llvm] r124829 - /llvm/trunk/include/llvm/Object/MachOFormat.h
Bob Wilson
bob.wilson at apple.com
Thu Feb 3 15:17:40 PST 2011
Author: bwilson
Date: Thu Feb 3 17:17:40 2011
New Revision: 124829
URL: http://llvm.org/viewvc/llvm-project?rev=124829&view=rev
Log:
Edit a comment for consistency.
Modified:
llvm/trunk/include/llvm/Object/MachOFormat.h
Modified: llvm/trunk/include/llvm/Object/MachOFormat.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Object/MachOFormat.h?rev=124829&r1=124828&r2=124829&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Object/MachOFormat.h (original)
+++ llvm/trunk/include/llvm/Object/MachOFormat.h Thu Feb 3 17:17:40 2011
@@ -347,7 +347,7 @@
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,
More information about the llvm-commits
mailing list