Fix typo.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 23 Feb 2012 05:38:51 +0000 (05:38 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 23 Feb 2012 05:38:51 +0000 (05:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151238 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ScalarEvolutionExpander.cpp

index d5f3b7451697ea1a76cd53134f019e1e13ca5b38..a03e371daa8ea9aba2f722ca0fbc1ee1cfe3aa26 100644 (file)
@@ -35,7 +35,7 @@ Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty,
   // point. It doesn't need to be the actual IP where the uses of the returned
   // cast will be added, but it must dominate such IP.
   // We use this precondition to assert that we can produce a cast that will
-  // dominate all its uses. In particular, this is crussial for the case
+  // dominate all its uses. In particular, this is crucial for the case
   // where the builder's insertion point *is* the point where we were asked
   // to put the cast.
   // Since we don't know the the builder's insertion point is actually