summaryrefslogtreecommitdiff
path: root/include/Support/DOTGraphTraits.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/DOTGraphTraits.h')
-rw-r--r--include/Support/DOTGraphTraits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/DOTGraphTraits.h b/include/Support/DOTGraphTraits.h
index f67035f597..2371b66407 100644
--- a/include/Support/DOTGraphTraits.h
+++ b/include/Support/DOTGraphTraits.h
@@ -73,7 +73,7 @@ struct DefaultDOTGraphTraits {
/// 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.
///