Fix typo
authorChris Lattner <sabre@nondot.org>
Sun, 3 Feb 2008 07:30:27 +0000 (07:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Feb 2008 07:30:27 +0000 (07:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46682 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/LegalizeTypes.cpp

index 76b7527f68b555737a83385f408a2f483c7beb52..f09a311c064cdcb099838216a829aa3ec09da5b8 100644 (file)
@@ -233,7 +233,7 @@ namespace {
     virtual void NodeUpdated(SDNode *N) {
       // Node updates can mean pretty much anything.  It is possible that an
       // operand was set to something already processed (f.e.) in which case
-      // this node could become ready.  Recompoute its flags.
+      // this node could become ready.  Recompute its flags.
       if (N->getNodeId() != DAGTypeLegalizer::ReadyToProcess)
         DTL.ReanalyzeNodeFlags(N);
     }