Fix a typo Duncan noticed.
authorDan Gohman <gohman@apple.com>
Thu, 4 Mar 2010 19:11:28 +0000 (19:11 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 4 Mar 2010 19:11:28 +0000 (19:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97735 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp

index 626496807b89727118e4d860d646406a78800824..023e486db311c9a7d33bae1aa9b005d714021651 100644 (file)
@@ -4871,7 +4871,7 @@ SDNode *SelectionDAG::getNodeIfExists(unsigned Opcode, SDVTList VTList,
 
 namespace {
 
-/// RAUWUpdateListner - Helper for ReplaceAllUsesWith - When the node
+/// RAUWUpdateListener - Helper for ReplaceAllUsesWith - When the node
 /// pointed to by a use iterator is deleted, increment the use iterator
 /// so that it doesn't dangle.
 ///