diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-18 14:43:39 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-18 14:43:39 +0000 |
commit | 5560c9d49ccae132cabf1155f18aa0480dce3eda (patch) | |
tree | 8fd8c1924c3dd2243b805e6e4d076cbdc57855fb /include/Support/DOTGraphTraits.h | |
parent | 00d7af60b0ac2e790b5be2821ccca895a00b0972 (diff) | |
download | external_llvm-5560c9d49ccae132cabf1155f18aa0480dce3eda.zip external_llvm-5560c9d49ccae132cabf1155f18aa0480dce3eda.tar.gz external_llvm-5560c9d49ccae132cabf1155f18aa0480dce3eda.tar.bz2 |
Spell `necessary' correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Support/DOTGraphTraits.h')
-rw-r--r-- | include/Support/DOTGraphTraits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/DOTGraphTraits.h b/include/Support/DOTGraphTraits.h index f67035f..2371b66 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. /// |