Fix grammar. NFC.

Thank to Eric Christopher for noticing.

llvm-svn: 325842
This commit is contained in:
Rafael Espindola 2018-02-22 23:59:46 +00:00
parent 6d2b435d80
commit ba02f3f242
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ bool TargetMachine::shouldAssumeDSOLocal(const Module &M,
return false;
// Every other GV is local on COFF.
// Make an exception for windows OS in the triple: Some firmwares builds use
// Make an exception for windows OS in the triple: Some firmware builds use
// *-win32-macho triples. This (accidentally?) produced windows relocations
// without GOT tables in older clang versions; Keep this behaviour.
if (TT.isOSBinFormatCOFF() || (TT.isOSWindows() && TT.isOSBinFormatMachO()))