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