From 33b0b8d242de8d428f11e77ea734a08b47797216 Mon Sep 17 00:00:00 2001 From: Zhou Sheng Date: Fri, 6 Jul 2007 06:01:16 +0000 Subject: [PATCH] Correct a typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37936 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Scalar/ScalarReplAggregates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Scalar/ScalarReplAggregates.cpp b/lib/Transforms/Scalar/ScalarReplAggregates.cpp index 8e01cce7b1d..e31fdd16e1b 100644 --- a/lib/Transforms/Scalar/ScalarReplAggregates.cpp +++ b/lib/Transforms/Scalar/ScalarReplAggregates.cpp @@ -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()