[llvm] r241629 - fix typo; NFC

Sanjay Patel spatel at rotateright.com
Tue Jul 7 14:31:54 PDT 2015


Author: spatel
Date: Tue Jul  7 16:31:54 2015
New Revision: 241629

URL: http://llvm.org/viewvc/llvm-project?rev=241629&view=rev
Log:
fix typo; NFC

Modified:
    llvm/trunk/lib/Target/Mips/MipsTargetMachine.cpp

Modified: llvm/trunk/lib/Target/Mips/MipsTargetMachine.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsTargetMachine.cpp?rev=241629&r1=241628&r2=241629&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsTargetMachine.cpp (original)
+++ llvm/trunk/lib/Target/Mips/MipsTargetMachine.cpp Tue Jul  7 16:31:54 2015
@@ -62,7 +62,7 @@ static std::string computeDataLayout(con
   if (!ABI.IsN64())
     Ret += "-p:32:32";
 
-  // 8 and 16 bit integers only need no have natural alignment, but try to
+  // 8 and 16 bit integers only need to have natural alignment, but try to
   // align them to 32 bits. 64 bit integers have natural alignment.
   Ret += "-i8:8:32-i16:16:32-i64:64";
 





More information about the llvm-commits mailing list