Fix a typo 'iff' => 'if'
[oota-llvm.git] / lib / Transforms / IPO / PruneEH.cpp
index c8cc8fd1930beb09cf4688c0d19557058aa5a08c..ae1e3c7b9e4b2beab1c7142cfe3070b6f86013d4 100644 (file)
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 //
 // This file implements a simple interprocedural pass which walks the
-// call-graph, turning invoke instructions into calls, iff the callee cannot
+// call-graph, turning invoke instructions into calls, if the callee cannot
 // throw an exception, and marking functions 'nounwind' if they cannot throw.
 // It implements this as a bottom-up traversal of the call-graph.
 //