Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / include / llvm / Analysis / IntervalIterator.h
index 333f289ee1b75e51ddbc28f5d05e850165faa414..22067c4f3c825107153bb96807d278b53cb52a71 100644 (file)
@@ -157,7 +157,7 @@ public:
 private:
   // ProcessInterval - This method is used during the construction of the
   // interval graph.  It walks through the source graph, recursively creating
-  // an interval per invokation until the entire graph is covered.  This uses
+  // an interval per invocation until the entire graph is covered.  This uses
   // the ProcessNode method to add all of the nodes to the interval.
   //
   // This method is templated because it may operate on two different source