Correct a typo.
authorZhou Sheng <zhousheng00@gmail.com>
Fri, 6 Jul 2007 06:01:16 +0000 (06:01 +0000)
committerZhou Sheng <zhousheng00@gmail.com>
Fri, 6 Jul 2007 06:01:16 +0000 (06:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37936 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/ScalarReplAggregates.cpp

index 8e01cce7b1d7ddc40169979ac136a72481bd1ba9..e31fdd16e1beee0dff1155bcbdb2e0ba94f0cafd 100644 (file)
@@ -79,7 +79,7 @@ namespace {
       /// isMemCpySrc - This is true if this aggregate is memcpy'd from.
       bool isMemCpySrc : 1;
 
-      /// isMemCpyDst - This is true if this aggregate is memcpy'd info.
+      /// isMemCpyDst - This is true if this aggregate is memcpy'd into.
       bool isMemCpyDst : 1;
 
       AllocaInfo()