Fix typos in comments, NFC
[oota-llvm.git] / include / llvm / CodeGen / MachinePostDominators.h
index beb2c4f0c5c0e771b8c44d96d0e63182f72dae5c..aab5c407629f7405b389753763158b1e716ef2ad 100644 (file)
@@ -22,7 +22,7 @@ namespace llvm {
 
 ///
 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used
-/// to compute the post-dominator tree.
+/// to compute the post-dominator tree.
 ///
 struct MachinePostDominatorTree : public MachineFunctionPass {
 private: