Fix typos:
[oota-llvm.git] / lib / Target / R600 / AMDILCFGStructurizer.cpp
index 647de66b633812a8d98ce88741803f2e1f165576..ee6e8ecfb29d7c5feefee75013ebee6c11eee6b1 100644 (file)
@@ -338,7 +338,7 @@ protected:
   void setLoopLandBlock(MachineLoop *LoopRep, MachineBasicBlock *MBB = nullptr);
 
   MachineBasicBlock *findNearestCommonPostDom(std::set<MachineBasicBlock *>&);
-  /// This is work around solution for findNearestCommonDominator not avaiable
+  /// This is work around solution for findNearestCommonDominator not available
   /// to post dom a proper fix should go to Dominators.h.
   MachineBasicBlock *findNearestCommonPostDom(MachineBasicBlock *MBB1,
       MachineBasicBlock *MBB2);