Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Fri, 2 May 2008 00:05:03 +0000 (00:05 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 2 May 2008 00:05:03 +0000 (00:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50562 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp

index dfd422a4a931d93af4cf64f167926fbc3c3199c1..18bb04000801a62f19038c57f97ad4721ac37017 100644 (file)
@@ -3409,7 +3409,7 @@ UpdateNodeOperands(SDOperand InN, SDOperandPtr Ops, unsigned NumOps) {
   if (SDNode *Existing = FindModifiedNodeSlot(N, Ops, NumOps, InsertPos))
     return SDOperand(Existing, InN.ResNo);
   
-  // Nope it doesn't.  Remove the node from it's current place in the maps.
+  // Nope it doesn't.  Remove the node from its current place in the maps.
   if (InsertPos)
     RemoveNodeFromCSEMaps(N);