[llvm] r203499 - Fix a couple typos.

Mark Lacey mark.lacey at apple.com
Mon Mar 10 14:59:28 PDT 2014


Author: rudkx
Date: Mon Mar 10 16:59:28 2014
New Revision: 203499

URL: http://llvm.org/viewvc/llvm-project?rev=203499&view=rev
Log:
Fix a couple typos.

Modified:
    llvm/trunk/include/llvm/Support/GenericDomTreeConstruction.h

Modified: llvm/trunk/include/llvm/Support/GenericDomTreeConstruction.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/GenericDomTreeConstruction.h?rev=203499&r1=203498&r2=203499&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/GenericDomTreeConstruction.h (original)
+++ llvm/trunk/include/llvm/Support/GenericDomTreeConstruction.h Mon Mar 10 16:59:28 2014
@@ -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





More information about the llvm-commits mailing list