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)
llvm-svn: 298819

llvm/include/llvm/Support/GenericDomTree.h

index b292709..20f3ffd 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.
 ///