]> granicus.if.org Git - llvm/commitdiff
Fix typo in comment; NFC
authorSanjoy Das <sanjoy@playingwithpointers.com>
Sun, 26 Mar 2017 20:56:25 +0000 (20:56 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Sun, 26 Mar 2017 20:56:25 +0000 (20:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298819 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/GenericDomTree.h

index b292709e935ef85cb9f73ca36b4dc34ce9fc54be..20f3ffdf3aab79a85b6f5ebdd93be1a25d5e844d 100644 (file)
@@ -13,7 +13,7 @@
 /// dominance queries on the CFG, but is fully generic w.r.t. the underlying
 /// graph types.
 ///
-/// Unlike ADT/* graph algorithms, generic dominator tree has more reuiqrement
+/// Unlike ADT/* graph algorithms, generic dominator tree has more requirements
 /// on the graph's NodeRef. The NodeRef should be a pointer and, depending on
 /// the implementation, e.g. NodeRef->getParent() return the parent node.
 ///