From: Mark Lacey Date: Mon, 10 Mar 2014 21:59:28 +0000 (+0000) Subject: Fix a couple typos. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d522121f2426127463e33d3ed971eddf910967e7;p=oota-llvm.git Fix a couple typos. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203499 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/GenericDomTreeConstruction.h b/include/llvm/Support/GenericDomTreeConstruction.h index a0b444e7b9c..f6bb8f47eb6 100644 --- a/include/llvm/Support/GenericDomTreeConstruction.h +++ b/include/llvm/Support/GenericDomTreeConstruction.h @@ -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