summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-03-04 19:11:28 +0000
committerDan Gohman <gohman@apple.com>2010-03-04 19:11:28 +0000
commitba72b0c4e17795fd61e18d022a6d86a680be00c5 (patch)
tree131f901abbf6900c66a6bf853c230a09d3563c92
parent0635fc5c2726bff3a6cbe91d2ad0f3bcda00671a (diff)
downloadllvm-ba72b0c4e17795fd61e18d022a6d86a680be00c5.tar.gz
llvm-ba72b0c4e17795fd61e18d022a6d86a680be00c5.tar.bz2
llvm-ba72b0c4e17795fd61e18d022a6d86a680be00c5.tar.xz
Fix a typo Duncan noticed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97735 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 626496807b..023e486db3 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -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.
///