Fix typo in comment; NFC

llvm-svn: 298819
This commit is contained in:
Sanjoy Das 2017-03-26 20:56:25 +00:00
parent 37c3c2d0ca
commit e4b073a4e8
1 changed files with 1 additions and 1 deletions

View 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.
///