Fix spelling in comments

Should be non-functional, except for some error message strings.
This commit is contained in:
Michael Davidsaver
2021-08-15 09:54:21 -07:00
parent 42d06d6a38
commit e34b6c5c0c
186 changed files with 419 additions and 419 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* Part of dbCaLinkTest, compiled seperately to avoid
* Part of dbCaLinkTest, compiled separately to avoid
* dbAccess.h vs. db_access.h conflicts
*/
+1 -1
View File
@@ -9,7 +9,7 @@
/*
* Lockset stress test.
*
* The test stratagy is for N threads to contend for M records.
* The test strategy is for N threads to contend for M records.
* Each thread will perform one of three operations:
* 1) Lock a single record.
* 2) Lock several records.
+1 -1
View File
@@ -95,7 +95,7 @@ long z_getval(struct link *plink, short dbrType, void *pbuffer,
return ret;
}
/* TODO: atomicly get value and alarm */
/* TODO: atomically get value and alarm */
static
long z_getalarm(const struct link *plink, epicsEnum16 *status,
epicsEnum16 *severity)
+1 -1
View File
@@ -6,7 +6,7 @@
\*************************************************************************/
/* This test includes all public headers from libCom and database modules
* to ensure they are all syntaxtically correct in both C and C++
* to ensure they are all syntactically correct in both C and C++
*/
#include <aaiRecord.h>