Fix typo in comment.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 17 Sep 2002 11:09:59 +0000 (11:09 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 17 Sep 2002 11:09:59 +0000 (11:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3773 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Pass.h

index d2cbb7e3cb2051ec6ce88bdbbcfe15d322d44fcf..f237b1a791f02cdaf19c22d330720f7c5c6b4e1f 100644 (file)
@@ -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