mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 04:25:21 +02:00
[cleanup] Fix typos
This commit is contained in:
parent
d164641fe6
commit
7cd42a7466
1 changed files with 22 additions and 22 deletions
|
@ -28,7 +28,7 @@ import org.eclipse.swt.widgets.Display;
|
||||||
*/
|
*/
|
||||||
public class TerminalInputStream extends InputStream {
|
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.
|
* {@link #ready()} returns false.
|
||||||
*/
|
*/
|
||||||
private final int fUITimeout;
|
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 runnable that is scheduled in the display tread. Takes care of the
|
||||||
* the timeout management. It calls the {@link #fNotifyChange}
|
* timeout management. It calls the {@link #fNotifyChange}
|
||||||
*/
|
*/
|
||||||
// synchronized with fQueue!
|
// synchronized with fQueue!
|
||||||
private Runnable fRunnable;
|
private Runnable fRunnable;
|
||||||
|
|
Loading…
Add table
Reference in a new issue