mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed a typo.
This commit is contained in:
parent
a4609c0040
commit
1f33df1de4
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public interface ICContainer extends ICElement, IParent, IOpenable {
|
||||||
ITranslationUnit[] getTranslationUnits() throws CModelException;
|
ITranslationUnit[] getTranslationUnits() throws CModelException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the tranlation unit with the specified name
|
* Returns the translation unit with the specified name
|
||||||
* in this container (for example, <code>"foobar.c"</code>).
|
* in this container (for example, <code>"foobar.c"</code>).
|
||||||
* The name has to be a valid translation unit name.
|
* The name has to be a valid translation unit name.
|
||||||
* This is a handle-only operation. The celement
|
* This is a handle-only operation. The celement
|
||||||
|
|
Loading…
Add table
Reference in a new issue