Fix a couple typos.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203499 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mark Lacey 2014-03-10 21:59:28 +00:00
parent 453474e38c
commit d522121f24

View File

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