Fix a typo 'iff' => 'if'
[oota-llvm.git] / lib / Transforms / Instrumentation / PathProfiling.cpp
index cc27146ebcf009642fa2e788d4f4e3892ae9c637..38f785be0b18a66444f051bd6f4448ac93d5079c 100644 (file)
@@ -469,7 +469,7 @@ void BLInstrumentationEdge::setIncrement(long increment) {
   _increment = increment;
 }
 
-// True iff the edge has already been instrumented.
+// True if the edge has already been instrumented.
 bool BLInstrumentationEdge::hasInstrumentation() {
   return(_hasInstrumentation);
 }