fix spelling errors
This commit is contained in:
@@ -14,7 +14,7 @@ record(sub, "done1") {
|
||||
|
||||
|
||||
# original problem case
|
||||
# async record chained after syncronous record
|
||||
# async record chained after synchronous record
|
||||
record(calcout, "chain2:1") {
|
||||
field(CALC, "A:=A+1;B")
|
||||
# ODLY=0 synchronous
|
||||
|
||||
@@ -53,7 +53,7 @@ static void test_high(void){
|
||||
/* set VAL to process record */
|
||||
testdbPutFieldOk("test_bo_rec.VAL", DBF_SHORT, TRUE);
|
||||
|
||||
/* wait and verfiy time */
|
||||
/* wait and verify time */
|
||||
testMonitorWait(test_mon);
|
||||
epicsTimeGetCurrent(&endTime);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user