From e4b073a4e825baece43545130876679764aee882 Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Sun, 26 Mar 2017 20:56:25 +0000 Subject: [PATCH] Fix typo in comment; NFC llvm-svn: 298819 --- llvm/include/llvm/Support/GenericDomTree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Support/GenericDomTree.h b/llvm/include/llvm/Support/GenericDomTree.h index b292709..20f3ffdf 100644 --- a/llvm/include/llvm/Support/GenericDomTree.h +++ b/llvm/include/llvm/Support/GenericDomTree.h @@ -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. /// -- 2.7.4