Modified a comment about the reason for the patch (removed commented code).

llvm-svn: 241110
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
index f657c1f..594472b 100644
--- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
@@ -9960,9 +9960,8 @@
   case ISD::INTRINSIC_W_CHAIN: {
     MemIntrinsicSDNode *Intrin = cast<MemIntrinsicSDNode>(N);
     Chain = Intrin->getChain();
-    // I supppose that similarly to the store case below, this doesn't get
+    // Similarly to the store case below, Intrin->getBasePtr() doesn't get
     // us what we want. Get operand 2 instead.
-    //Base = Intrin->getBasePtr();
     Base = Intrin->getOperand(2);
     MMO = Intrin->getMemOperand();
     break;