From b84fe78d341aa525b840ccff5f10cb003748aa09 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Thu, 3 Feb 2011 23:17:40 +0000 Subject: [PATCH] Edit a comment for consistency. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124829 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Object/MachOFormat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Object/MachOFormat.h b/include/llvm/Object/MachOFormat.h index bb8820dabf7..31cd523ea21 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, -- 2.34.1