[llvm] r236227 - Fix typo in comment. NFC.

Diego Novillo dnovillo at google.com
Thu Apr 30 05:27:51 PDT 2015


Author: dnovillo
Date: Thu Apr 30 07:27:51 2015
New Revision: 236227

URL: http://llvm.org/viewvc/llvm-project?rev=236227&view=rev
Log:
Fix typo in comment. NFC.

Modified:
    llvm/trunk/unittests/Support/ScaledNumberTest.cpp

Modified: llvm/trunk/unittests/Support/ScaledNumberTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Support/ScaledNumberTest.cpp?rev=236227&r1=236226&r2=236227&view=diff
==============================================================================
--- llvm/trunk/unittests/Support/ScaledNumberTest.cpp (original)
+++ llvm/trunk/unittests/Support/ScaledNumberTest.cpp Thu Apr 30 07:27:51 2015
@@ -155,7 +155,7 @@ TEST(ScaledNumberHelpersTest, getQuotien
   EXPECT_EQ(SP32(0xaaaaaaab, -33), getQuotient32(1, 3));
   EXPECT_EQ(SP32(0xd5555555, -31), getQuotient32(5, 3));
 
-  // 64-bit division is hard to test, since divide64 doesn't canonicalized its
+  // 64-bit division is hard to test, since divide64 doesn't canonicalize its
   // output.  However, this is the algorithm the implementation uses:
   //
   // - Shift divisor right.





More information about the llvm-commits mailing list