Fix spelling in comments
Should be non-functional, except for some error message strings.
This commit is contained in:
@@ -168,7 +168,7 @@ fastSender(void *arg)
|
||||
epicsMessageQueue *q = (epicsMessageQueue *)arg;
|
||||
numSent = 0;
|
||||
|
||||
// Send first withough timeout
|
||||
// Send first without timeout
|
||||
q->send((void *)msg1, 4);
|
||||
numSent++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user