Fix grammar, noticed by Duncan.
llvm-svn: 138764
diff --git a/llvm/lib/MC/MCObjectFileInfo.cpp b/llvm/lib/MC/MCObjectFileInfo.cpp
index 22da78e..df8b99d 100644
--- a/llvm/lib/MC/MCObjectFileInfo.cpp
+++ b/llvm/lib/MC/MCObjectFileInfo.cpp
@@ -506,7 +506,7 @@
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();