[llvm] r176997 - Fix typo in comment.
Nick Lewycky
nicholas at mxc.ca
Wed Mar 13 18:26:17 PDT 2013
Author: nicholas
Date: Wed Mar 13 20:26:17 2013
New Revision: 176997
URL: http://llvm.org/viewvc/llvm-project?rev=176997&view=rev
Log:
Fix typo in comment.
Modified:
llvm/trunk/include/llvm/Transforms/Scalar.h
Modified: llvm/trunk/include/llvm/Transforms/Scalar.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Scalar.h?rev=176997&r1=176996&r2=176997&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/Scalar.h (original)
+++ llvm/trunk/include/llvm/Transforms/Scalar.h Wed Mar 13 20:26:17 2013
@@ -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();
More information about the llvm-commits
mailing list