1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-14 03:35:37 +02:00

Fixed typo in comment

This commit is contained in:
John Cortell 2008-08-01 17:45:20 +00:00
parent a733bd09d8
commit 7701228f68

View file

@ -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.