summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2013-03-14 01:26:17 +0000
committerNick Lewycky <nicholas@mxc.ca>2013-03-14 01:26:17 +0000
commitc14f1c4587ba19781e557dee605efac0e1bd6109 (patch)
treee2ad978197651bada3a9e3276d1b08f392e7a4e4 /include
parentd483d2813c2ee86be6c104e24ad2f8b3ed26373b (diff)
downloadllvm-c14f1c4587ba19781e557dee605efac0e1bd6109.tar.gz
llvm-c14f1c4587ba19781e557dee605efac0e1bd6109.tar.bz2
llvm-c14f1c4587ba19781e557dee605efac0e1bd6109.tar.xz
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176997 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Transforms/Scalar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h
index e89759a097..e833aaa6d6 100644
--- a/include/llvm/Transforms/Scalar.h
+++ b/include/llvm/Transforms/Scalar.h
@@ -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();