1
0
Fork 0
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:
Sergey Prigogin 2011-05-16 23:16:51 +00:00
parent a4609c0040
commit 1f33df1de4

View file

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