Fix a typo 'iff' => 'if'
[oota-llvm.git] / include / llvm / CodeGen / MachineBranchProbabilityInfo.h
index 12189ceb7f1684ea73e1e452debee499fd4290ae..87f595adfa91f9a06e19777e5b4576db2a977ae7 100644 (file)
@@ -69,7 +69,7 @@ public:
 
   // Return a probability as a fraction between 0 (0% probability) and
   // 1 (100% probability), however the value is never equal to 0, and can be 1
-  // only iff SRC block has only one successor.
+  // only if SRC block has only one successor.
   // NB: This routine's complexity is linear on the number of successors of
   // Src. Querying sequentially for each successor's probability is a quadratic
   // query pattern.
@@ -77,7 +77,7 @@ public:
                                        MachineBasicBlock *Dst) const;
 
   // Print value between 0 (0% probability) and 1 (100% probability),
-  // however the value is never equal to 0, and can be 1 only iff SRC block
+  // however the value is never equal to 0, and can be 1 only if SRC block
   // has only one successor.
   raw_ostream &printEdgeProbability(raw_ostream &OS, MachineBasicBlock *Src,
                                     MachineBasicBlock *Dst) const;