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()