fix typo
authorChris Lattner <sabre@nondot.org>
Sun, 30 Aug 2009 17:53:59 +0000 (17:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Aug 2009 17:53:59 +0000 (17:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80500 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/InstructionCombining.cpp

index cc0365942ec50d12fb2d658558b46241fdf94473..ea0b6d41a66dd1a98a68fed9d72aea96b57970b3 100644 (file)
@@ -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