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:
parent
6a53ab4690
commit
d7abb9bd79
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ public class AbstractCachingVMProvider extends AbstractVMProvider
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Flag indicating that all the children of the given element are
|
* Flag indicating that all the children of the given element are
|
||||||
* alredy cached.
|
* already cached.
|
||||||
*/
|
*/
|
||||||
boolean fAllChildrenKnown = false;
|
boolean fAllChildrenKnown = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue