1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Adjusted comment.

This commit is contained in:
Sergey Prigogin 2011-01-05 02:04:23 +00:00
parent 4ab245e554
commit bb4d695756

View file

@ -28,8 +28,8 @@ import org.eclipse.cdt.internal.ui.util.EditorUtility;
public class CModelUtil {
/**
* Returns the working copy CU of the given CU. If the CU is already a
* working copy or the CU has no working copy the input CU is returned.
* Returns the working copy TU of the given TU. If the TU is already a
* working copy or the TU has no working copy the input TU is returned.
*/
public static ITranslationUnit toWorkingCopy(ITranslationUnit unit) {
if (!unit.isWorkingCopy()) {