From: Misha Brukman Date: Fri, 13 Feb 2004 16:23:14 +0000 (+0000) Subject: Fix spelling of `tendency'. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a92666decdf2fdb9d81f84ef9e2893116b74c103;p=oota-llvm.git Fix spelling of `tendency'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11378 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h index b50d1884ce7..59ff8f2121e 100644 --- a/include/llvm/Transforms/Scalar.h +++ b/include/llvm/Transforms/Scalar.h @@ -117,7 +117,7 @@ Pass *createIndVarSimplifyPass(); //===----------------------------------------------------------------------===// // // InstructionCombining - Combine instructions to form fewer, simple -// instructions. This pass does not modify the CFG, and has a tendancy to +// instructions. This pass does not modify the CFG, and has a tendency to // make instructions dead, so a subsequent DCE pass is useful. // // This pass combines things like: