1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Fixed typo in comment

This commit is contained in:
John Cortell 2009-09-22 18:01:45 +00:00
parent 6a53ab4690
commit d7abb9bd79

View file

@ -206,7 +206,7 @@ public class AbstractCachingVMProvider extends AbstractVMProvider
/**
* Flag indicating that all the children of the given element are
* alredy cached.
* already cached.
*/
boolean fAllChildrenKnown = false;