1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-13 20:15:22 +02:00

[cleanup] Fix typos

This commit is contained in:
Martin Oberhuber 2008-04-04 14:58:14 +00:00
parent d164641fe6
commit 7cd42a7466

View file

@ -28,7 +28,7 @@ import org.eclipse.swt.widgets.Display;
*/
public class TerminalInputStream extends InputStream {
/**
* The maximum time in milli seconds the {@link #fNotifyChange} runs until
* The maximum time in milliseconds the {@link #fNotifyChange} runs until
* {@link #ready()} returns false.
*/
private final int fUITimeout;
@ -62,8 +62,8 @@ public class TerminalInputStream extends InputStream {
/**
* The runnable that si scheduled in the display tread. Takes care of
* the timeout management. It calls the {@link #fNotifyChange}
* The runnable that is scheduled in the display tread. Takes care of the
* timeout management. It calls the {@link #fNotifyChange}
*/
// synchronized with fQueue!
private Runnable fRunnable;