Sho SHIMIZU

Fix typo

Change-Id: I4ad0311a9d54f4bf7bb8b58e0e57a8f51839f091
......@@ -440,7 +440,7 @@ public class IntentManager
store.write(toInstall);
}
// if toInstall was cause of error, then recompile (manage/increment counter, when exceeded -> CORRUPT)
// if toUninstall was cause of error, then CORRUPT (another job will lean this up)
// if toUninstall was cause of error, then CORRUPT (another job will clean this up)
}
});
......