From: Chris Lattner Date: Sun, 30 Aug 2009 17:53:59 +0000 (+0000) Subject: fix typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=75551f748deeac881f13efe821681ca2286f5861;p=oota-llvm.git fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80500 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/InstructionCombining.cpp b/lib/Transforms/Scalar/InstructionCombining.cpp index cc0365942ec..ea0b6d41a66 100644 --- a/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/lib/Transforms/Scalar/InstructionCombining.cpp @@ -165,7 +165,7 @@ namespace { TargetData *TD; bool MustPreserveLCSSA; public: - /// WOrklist - All of the instructions that need to be simplified. + /// Worklist - All of the instructions that need to be simplified. InstCombineWorklist Worklist; /// Builder - This is an IRBuilder that automatically inserts new