Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / include / llvm / CodeGen / ScheduleDAG.h
index 281832c6077719f6b7718ea3bec38e12f3125a7e..4e0971fc2ede1dfac7162b872ed3e471e1390770 100644 (file)
@@ -692,11 +692,11 @@ namespace llvm {
     /// will create a cycle.
     bool WillCreateCycle(SUnit *SU, SUnit *TargetSU);
 
-    /// AddPred - Updates the topological ordering to accomodate an edge
+    /// AddPred - Updates the topological ordering to accommodate an edge
     /// to be added from SUnit X to SUnit Y.
     void AddPred(SUnit *Y, SUnit *X);
 
-    /// RemovePred - Updates the topological ordering to accomodate an
+    /// RemovePred - Updates the topological ordering to accommodate an
     /// an edge to be removed from the specified node N from the predecessors
     /// of the current node M.
     void RemovePred(SUnit *M, SUnit *N);