Fix copy-and-pasteo
[oota-llvm.git] / include / Support / ilist
index 7f4d2659d5f1ce4ade1bf8457758fdac4bdd0ece..84e33dcdc3023f5f99d99764e41ce4e24b6fcbe0 100644 (file)
@@ -280,7 +280,7 @@ public:
       Head = NextNode;
     setPrev(NextNode, PrevNode);
     IT = NextNode;
-    removeNodeFromList(Node);  // Notify traits that we added a node...
+    removeNodeFromList(Node);  // Notify traits that we removed a node...
     return Node;
   }