aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-05-27 09:48:47 +0000
committerGabor Greif <ggreif@gmail.com>2010-05-27 09:48:47 +0000
commitcb2df6bd53d03d04c9c7d0834c8774b8441b9464 (patch)
tree4eb75e148169cfb4ad7e6cb2a14424f4984b815d /include
parent2893a460d8921713f27e5b8467f9a5360cd67859 (diff)
downloadexternal_llvm-cb2df6bd53d03d04c9c7d0834c8774b8441b9464.zip
external_llvm-cb2df6bd53d03d04c9c7d0834c8774b8441b9464.tar.gz
external_llvm-cb2df6bd53d03d04c9c7d0834c8774b8441b9464.tar.bz2
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104832 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/DOTGraphTraits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/DOTGraphTraits.h b/include/llvm/Support/DOTGraphTraits.h
index c16aa3a..796c74a 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;