Fix a couple typos.
authorMark Lacey <mark.lacey@apple.com>
Mon, 10 Mar 2014 21:59:28 +0000 (21:59 +0000)
committerMark Lacey <mark.lacey@apple.com>
Mon, 10 Mar 2014 21:59:28 +0000 (21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203499 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/GenericDomTreeConstruction.h

index a0b444e7b9c4a6357f9218fe5a291158344d644b..f6bb8f47eb65c743acd07833307b89ae666463c1 100644 (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