]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/timestamp.hxx
Replaced gdbm with metakit. Involves a new simgear version and a new database
[flightgear.git] / src / Time / timestamp.hxx
index 00b7352a481d46bb75fef6289a66e41ecfbf4244..1a50c78847e53c9baa7da21c8c362838bc5c84c7 100644 (file)
@@ -154,7 +154,7 @@ inline void FGTimeStamp::stamp() {
 #endif
 }
 
-// difference between time stamps in microseconds (usec)
+// increment the time stamp by the number of microseconds (usec)
 inline FGTimeStamp operator + (const FGTimeStamp& t, const long& m) {
 #ifdef WIN32
     return FGTimeStamp( 0, t.usec + m );