1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2015-01-17 05:12:52 -05:00
parent 41065c06e1
commit 92641573ba

View file

@ -85,7 +85,7 @@ public interface IModules extends IDsfService {
void getModuleData(IModuleDMContext dmc, DataRequestMonitor<IModuleDMData> rm);
/**
* Retreives the list of modules loaded in given symbol context.
* Retrieves the list of modules loaded in given symbol context.
*/
void getModules(ISymbolDMContext symCtx, DataRequestMonitor<IModuleDMContext[]> rm);