Fix typo.

llvm-svn: 72308
diff --git a/clang/lib/CodeGen/CGExprAgg.cpp b/clang/lib/CodeGen/CGExprAgg.cpp
index 92e535a..81e1a12 100644
--- a/clang/lib/CodeGen/CGExprAgg.cpp
+++ b/clang/lib/CodeGen/CGExprAgg.cpp
@@ -252,7 +252,7 @@
     if (DestPtr == 0)
       return;
     
-    // If the result of the assignment is used, copy the RHS there also.
+    // If the result of the assignment is used, copy the LHS there also.
     CGF.EmitAggregateCopy(DestPtr, LHS.getAddress(), E->getType());
   }
 }