[llvm-commits] [llvm] r104832 - /llvm/trunk/include/llvm/Support/DOTGraphTraits.h

Gabor Greif ggreif at gmail.com
Thu May 27 02:48:47 PDT 2010


Author: ggreif
Date: Thu May 27 04:48:47 2010
New Revision: 104832

URL: http://llvm.org/viewvc/llvm-project?rev=104832&view=rev
Log:
typo

Modified:
    llvm/trunk/include/llvm/Support/DOTGraphTraits.h

Modified: llvm/trunk/include/llvm/Support/DOTGraphTraits.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/DOTGraphTraits.h?rev=104832&r1=104831&r2=104832&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/DOTGraphTraits.h (original)
+++ llvm/trunk/include/llvm/Support/DOTGraphTraits.h Thu May 27 04:48:47 2010
@@ -59,7 +59,7 @@
     return false;
   }
 
-  /// isNodeHidden - If thie function returns true, the given node is not
+  /// isNodeHidden - If the function returns true, the given node is not
   /// displayed in the graph.
   static bool isNodeHidden(const void *Node) {
     return false;





More information about the llvm-commits mailing list