Fix spelling in comments
Should be non-functional, except for some error message strings.
This commit is contained in:
@@ -535,7 +535,7 @@ void errlogFlush(void)
|
||||
if (pvtData.atExit)
|
||||
return;
|
||||
|
||||
/*If nothing in queue dont wake up errlogThread*/
|
||||
/*If nothing in queue don't wake up errlogThread*/
|
||||
epicsMutexMustLock(pvtData.msgQueueLock);
|
||||
count = ellCount(&pvtData.msgQueue);
|
||||
epicsMutexUnlock(pvtData.msgQueueLock);
|
||||
|
||||
Reference in New Issue
Block a user