From: Gabor Greif Date: Thu, 27 May 2010 09:48:47 +0000 (+0000) Subject: typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cb2df6bd53d03d04c9c7d0834c8774b8441b9464;p=oota-llvm.git typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104832 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/DOTGraphTraits.h b/include/llvm/Support/DOTGraphTraits.h index c16aa3a76d6..796c74a21ca 100644 --- a/include/llvm/Support/DOTGraphTraits.h +++ b/include/llvm/Support/DOTGraphTraits.h @@ -59,7 +59,7 @@ public: 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;