fix comment noticed by Bob

llvm-svn: 101437
This commit is contained in:
Chris Lattner 2010-04-16 02:32:17 +00:00
parent 403e9694f9
commit bd2d9430d6
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class ConvertToScalarInfo {
unsigned AllocaSize;
const TargetData &TD;
/// IsNotTrivial - This is set to true if there is somee access to the object
/// IsNotTrivial - This is set to true if there is some access to the object
/// which means that mem2reg can't promote it.
bool IsNotTrivial;