[llvm] r325842 - Fix grammar. NFC.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 15:59:46 PST 2018


Author: rafael
Date: Thu Feb 22 15:59:46 2018
New Revision: 325842

URL: http://llvm.org/viewvc/llvm-project?rev=325842&view=rev
Log:
Fix grammar. NFC.

Thank to Eric Christopher for noticing.

Modified:
    llvm/trunk/lib/Target/TargetMachine.cpp

Modified: llvm/trunk/lib/Target/TargetMachine.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/TargetMachine.cpp?rev=325842&r1=325841&r2=325842&view=diff
==============================================================================
--- llvm/trunk/lib/Target/TargetMachine.cpp (original)
+++ llvm/trunk/lib/Target/TargetMachine.cpp Thu Feb 22 15:59:46 2018
@@ -131,7 +131,7 @@ bool TargetMachine::shouldAssumeDSOLocal
     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()))




More information about the llvm-commits mailing list