Fix typo in comment.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 14 Mar 2013 01:26:17 +0000 (01:26 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 14 Mar 2013 01:26:17 +0000 (01:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176997 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Scalar.h

index e89759a0976195acfc669790a04c624bea632be7..e833aaa6d69e570bac491c62022441b65cae7e9b 100644 (file)
@@ -342,7 +342,7 @@ extern char &InstructionSimplifierID;
 
 //===----------------------------------------------------------------------===//
 //
-// LowerExpectIntriniscs - Removes llvm.expect intrinsics and creates
+// LowerExpectIntrinsics - Removes llvm.expect intrinsics and creates
 // "block_weights" metadata.
 FunctionPass *createLowerExpectIntrinsicPass();