Fix a comment typo.

llvm-svn: 148057
This commit is contained in:
Jim Ingham 2012-01-12 22:42:34 +00:00
parent 8c89d125ff
commit 5cfbe4aa53
1 changed files with 1 additions and 1 deletions

View File

@ -3594,7 +3594,7 @@ ValueObject::EvaluationPoint::SyncWithProcessState(ExecutionContextScope *&exe_s
{
if (m_mod_id == current_mod_id)
{
// Everything is already up to date in this object, no need do
// Everything is already up to date in this object, no need to
// update the execution context scope.
changed = false;
}