From 5ce291facfaefc3d8a19da60ab8cdd4fa9ef7c3e Mon Sep 17 00:00:00 2001 From: "Jeff Hill johill@lanl.gov" Date: Wed, 14 Nov 2012 13:03:30 -0700 Subject: [PATCH] fixed spelling in comment --- src/libCom/osi/epicsTime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/osi/epicsTime.cpp b/src/libCom/osi/epicsTime.cpp index aed699474..d8bfc7e01 100644 --- a/src/libCom/osi/epicsTime.cpp +++ b/src/libCom/osi/epicsTime.cpp @@ -113,7 +113,7 @@ epicsTimeLoadTimeInit::epicsTimeLoadTimeInit () // inline void epicsTime::addNanoSec (long nSecAdj) { - // After qptimizing this function we now have a larger + // After optimizing this function we now have a larger // code which uses only unsigned integer arithmetic. // This is for the benefit of embedded cpu's lacking // a hardware floating point coprocessor at the