1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-08 19:13:27 +02:00

Fixed typo in comment

This commit is contained in:
John Cortell 2009-09-22 18:51:10 +00:00
parent 5e6db26b12
commit f62e4f22af

View file

@ -668,7 +668,7 @@ public class AbstractCachingVMProvider extends AbstractVMProvider
} }
multiRm.setDoneCount(partialUpdates.size()); multiRm.setDoneCount(partialUpdates.size());
} else { } else {
// All children were found in cache. Compelte the update. // All children were found in cache. Complete the update.
update.done(); update.done();
} }
} }