Fix a typo 'iff' => 'if'
[oota-llvm.git] / lib / VMCore / Pass.cpp
index 994a7ffceea55149bc31179a2eb95c27f7ec19e4..2d483a09fc1f1381ced2eba8049733cd6306663f 100644 (file)
@@ -258,7 +258,7 @@ namespace {
   };
 }
 
-// setPreservesCFG - This function should be called to by the pass, iff they do
+// setPreservesCFG - This function should be called to by the pass, if they do
 // not:
 //
 //  1. Add or remove basic blocks from the function