Correct a typo.

llvm-svn: 37936
This commit is contained in:
Zhou Sheng 2007-07-06 06:01:16 +00:00
parent fc7010d962
commit 1ee941dac4
1 changed files with 1 additions and 1 deletions

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