From 410623730b2908003385ab7a1d917dc3101fd1c4 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 6 Feb 2004 16:28:27 +0000 Subject: [PATCH] fixed spelling --- src/libCom/test/epicsThreadTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/test/epicsThreadTest.cpp b/src/libCom/test/epicsThreadTest.cpp index 11bbc0eff..3918de895 100644 --- a/src/libCom/test/epicsThreadTest.cpp +++ b/src/libCom/test/epicsThreadTest.cpp @@ -77,7 +77,7 @@ static void threadSleepQuantumTest () printf ( "Estimating sleep quantum" ); fflush ( stdout ); for ( unsigned i = 0u; i < iterations; i++ ) { - // try to gurantee a uniform probability density function + // try to guarantee a uniform probability density function // by intentionally burning some CPU until we are less // likely to be aligned with the schedualing clock double interval = rand ();