Fix a couple typos.

llvm-svn: 203499
This commit is contained in:
Mark Lacey 2014-03-10 21:59:28 +00:00
parent c1356cbd3a
commit a5ba784a02

View File

@ -8,8 +8,8 @@
//===----------------------------------------------------------------------===//
/// \file
///
/// Generic dominator tree construction - This file provides rouitens to
/// constructs immediate dominator information for a flow-graph based on the
/// Generic dominator tree construction - This file provides routines to
/// construct immediate dominator information for a flow-graph based on the
/// algorithm described in this document:
///
/// A Fast Algorithm for Finding Dominators in a Flowgraph