diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/model/CModule.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/model/CModule.java index b9668bc5bc5..4c274317ec3 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/model/CModule.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/model/CModule.java @@ -83,7 +83,7 @@ public class CModule extends CDebugElement implements ICModule { if ( cdiObject instanceof ICDISharedLibrary ) { if ( cdiObject instanceof ICDISharedLibrary ) { - // We used to ask the CodeModel to create the Binary (ICElement) for + // We used to ask the CoreModel to create the Binary (ICElement) for // us but it will do so only for binary files that are in a project // output directory (for performance reasons). So, we do all the // leg work ourselves, duplicating much of the code, unfortunately.