diff --git a/lib/Transforms/Scalar/ScalarReplAggregates.cpp b/lib/Transforms/Scalar/ScalarReplAggregates.cpp index 952b589eee0..27c954b2413 100644 --- a/lib/Transforms/Scalar/ScalarReplAggregates.cpp +++ b/lib/Transforms/Scalar/ScalarReplAggregates.cpp @@ -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;