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:
parent
a733bd09d8
commit
7701228f68
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue