[llvm-commits] CVS: llvm/include/Support/DOTGraphTraits.h PostOrderIterator.h

Misha Brukman brukman at cs.uiuc.edu
Mon Aug 18 09:27:02 PDT 2003


Changes in directory llvm/include/Support:

DOTGraphTraits.h updated: 1.4 -> 1.5
PostOrderIterator.h updated: 1.10 -> 1.11

---
Log message:

Spell `necessary' correctly.


---
Diffs of the changes:

Index: llvm/include/Support/DOTGraphTraits.h
diff -u llvm/include/Support/DOTGraphTraits.h:1.4 llvm/include/Support/DOTGraphTraits.h:1.5
--- llvm/include/Support/DOTGraphTraits.h:1.4	Wed Oct 16 19:16:39 2002
+++ llvm/include/Support/DOTGraphTraits.h	Mon Aug 18 09:26:23 2003
@@ -73,7 +73,7 @@
 
   /// addCustomGraphFeatures - If a graph is made up of more than just
   /// straight-forward nodes and edges, this is the place to put all of the
-  /// custom stuff neccesary.  The GraphWriter object, instantiated with your
+  /// custom stuff necessary.  The GraphWriter object, instantiated with your
   /// GraphType is passed in as an argument.  You may call arbitrary methods on
   /// it to add things to the output graph.
   ///


Index: llvm/include/Support/PostOrderIterator.h
diff -u llvm/include/Support/PostOrderIterator.h:1.10 llvm/include/Support/PostOrderIterator.h:1.11
--- llvm/include/Support/PostOrderIterator.h:1.10	Fri Jul 25 12:46:25 2003
+++ llvm/include/Support/PostOrderIterator.h	Mon Aug 18 09:26:23 2003
@@ -109,7 +109,7 @@
 // computer RPO from a graph.  Because of this, the construction of the 
 // ReversePostOrderTraversal object is expensive (it must walk the entire graph
 // with a postorder iterator to build the data structures).  The moral of this
-// story is: Don't create more ReversePostOrderTraversal classes than neccesary.
+// story is: Don't create more ReversePostOrderTraversal classes than necessary.
 //
 // This class should be used like this:
 // {





More information about the llvm-commits mailing list