mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +02:00
Typo.
This commit is contained in:
parent
6e1f807da1
commit
33dd4f73fb
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ public class EventThread extends Thread {
|
|||
}
|
||||
|
||||
public void run() {
|
||||
// signal by the session of time to die.
|
||||
// Signal by the session of time to die.
|
||||
while (session.getChannelOutputStream() != null) {
|
||||
MIEvent event = null;
|
||||
Queue eventQueue = session.getEventQueue();
|
||||
|
|
Loading…
Add table
Reference in a new issue