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
+2 -2
View File
@@ -236,7 +236,7 @@ private:
// tests the time it takes to perform a call to an external
// function and also increment an integer word. The
// epicsInterruptIsInterruptContext function is an
// out-of-line function implemented in a sharable library
// out-of-line function implemented in a shareable library
// so hopefully it wont be optimized away.
template < class T >
inline void OrdinaryIncr < T > :: run ()
@@ -561,7 +561,7 @@ MAIN ( epicsAtomicPerform )
// The tests running here are measuring fast
// functions so they tend to be impacted
// by where the cache lines are wrt to the
// virtual pages perhap
// virtual pages perhaps
//
measure < AtomicSet < int > > ();
measure < AtomicSet < size_t > > ();