[llvm] r298819 - Fix typo in comment; NFC
Sanjoy Das via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 26 13:56:25 PDT 2017
Author: sanjoy
Date: Sun Mar 26 15:56:25 2017
New Revision: 298819
URL: http://llvm.org/viewvc/llvm-project?rev=298819&view=rev
Log:
Fix typo in comment; NFC
Modified:
llvm/trunk/include/llvm/Support/GenericDomTree.h
Modified: llvm/trunk/include/llvm/Support/GenericDomTree.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/GenericDomTree.h?rev=298819&r1=298818&r2=298819&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/GenericDomTree.h (original)
+++ llvm/trunk/include/llvm/Support/GenericDomTree.h Sun Mar 26 15:56:25 2017
@@ -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.
///
More information about the llvm-commits
mailing list