1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 09:46:02 +02:00

Comment adjustment.

This commit is contained in:
Sergey Prigogin 2011-05-26 17:50:27 +00:00
parent 472713c951
commit 9a1ff716f7

View file

@ -174,7 +174,7 @@ public interface ICDTLaunchConfigurationConstants {
public static final String ATTR_PLATFORM = CDT_LAUNCH_ID + ".PLATFFORM"; //$NON-NLS-1$
/**
* Launch configuration attribute key. The value is a boolean specifiying whether
* Launch configuration attribute key. The value is a boolean specifying whether
* to connect a terminal to the processed stdin/stdout
*/
public static final String ATTR_USE_TERMINAL = CDT_LAUNCH_ID + ".use_terminal"; //$NON-NLS-1$
@ -374,5 +374,4 @@ public interface ICDTLaunchConfigurationConstants {
* Status code indicating an unexpected internal error.
*/
public static final int ERR_INTERNAL_ERROR = 150;
}