aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Pass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Pass.h b/include/llvm/Pass.h
index d2cbb7e3cb..f237b1a791 100644
--- a/include/llvm/Pass.h
+++ b/include/llvm/Pass.h
@@ -247,7 +247,7 @@ private:
/// instruction at a time.
/// 2. Optimizations do not modify the CFG of the contained function, or any
/// other basic block in the function.
-/// 3. Optimizations conform to all of the contstraints of FunctionPass's.
+/// 3. Optimizations conform to all of the constraints of FunctionPass's.
///
struct BasicBlockPass : public FunctionPass {
/// doInitialization - Virtual method overridden by subclasses to do