Fix spelling intruction -> instruction.
[oota-llvm.git] / lib / Transforms / Utils / LowerExpectIntrinsic.cpp
index 4aee8ff51a4e0ec36c027f19f89b060c012de7d9..e017f501209d619ac1f340baebb99544f314c2b9 100644 (file)
@@ -29,7 +29,7 @@
 
 using namespace llvm;
 
-STATISTIC(IfHandled, "Number of 'expect' intrinsic intructions handled");
+STATISTIC(IfHandled, "Number of 'expect' intrinsic instructions handled");
 
 static cl::opt<uint32_t>
 LikelyBranchWeight("likely-branch-weight", cl::Hidden, cl::init(64),