diff options
author | Gabor Greif <ggreif@gmail.com> | 2010-05-27 09:48:47 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2010-05-27 09:48:47 +0000 |
commit | b50c58a7929f5c98b9a2531854f33b6fecb1a1b3 (patch) | |
tree | f4e654d2ea81e172e78727645cef0be1a69e1166 | |
parent | 38303d7e3b2ac5d369bae53b5aa9362ca9cdd01a (diff) | |
download | bcm5719-llvm-b50c58a7929f5c98b9a2531854f33b6fecb1a1b3.tar.gz bcm5719-llvm-b50c58a7929f5c98b9a2531854f33b6fecb1a1b3.zip |
typo
llvm-svn: 104832
-rw-r--r-- | llvm/include/llvm/Support/DOTGraphTraits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/DOTGraphTraits.h b/llvm/include/llvm/Support/DOTGraphTraits.h index c16aa3a76d6..796c74a21ca 100644 --- a/llvm/include/llvm/Support/DOTGraphTraits.h +++ b/llvm/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; |