Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / lib / VMCore / Verifier.cpp
index d9a535c9d8629be36499492b7b460fb73f9a2ab1..477b81dc67f5e002216caa39f2a28229c885833e 100644 (file)
@@ -1723,7 +1723,7 @@ bool Verifier::VerifyIntrinsicType(Type *Ty,
   }
       
   case IITDescriptor::Argument:
-    // Two cases here - If this is the second occurrance of an argument, verify
+    // Two cases here - If this is the second occurrence of an argument, verify
     // that the later instance matches the previous instance. 
     if (D.getArgumentNumber() < ArgTys.size())
       return Ty != ArgTys[D.getArgumentNumber()];