Fix grammar, noticed by Duncan.

llvm-svn: 138764
This commit is contained in:
Bill Wendling 2011-08-29 21:03:12 +00:00
parent c0705f0b4f
commit 7113f221e2
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ void MCObjectFileInfo::InitMCObjectFileInfo(StringRef TT, Reloc::Model relocm,
TTypeEncoding = dwarf::DW_EH_PE_absptr;
EHFrameSection = 0; // Created on demand.
CompactUnwindSection = 0; // Used only be select targets.
CompactUnwindSection = 0; // Used only by selected targets.
Triple T(TT);
Triple::ArchType Arch = T.getArch();