[Box Backup-commit] COMMIT r2651 - box/trunk/lib/common

subversion at boxbackup.org subversion at boxbackup.org
Tue Mar 2 08:26:13 GMT 2010


Author: chris
Date: 2010-03-02 08:26:13 +0000 (Tue, 02 Mar 2010)
New Revision: 2651

Modified:
   box/trunk/lib/common/Test.cpp
Log:
fix typo properly


Modified: box/trunk/lib/common/Test.cpp
===================================================================
--- box/trunk/lib/common/Test.cpp	2010-03-02 08:25:50 UTC (rev 2650)
+++ box/trunk/lib/common/Test.cpp	2010-03-02 08:26:13 UTC (rev 2651)
@@ -462,7 +462,7 @@
 	ts.tv_nsec = 0;
 	while (nanosleep(&ts, &ts) == -1 && errno == EINTR)
 	{
-		// FIME evil hack for OSX, where ts.tv_sec contains
+		// FIXME evil hack for OSX, where ts.tv_sec contains
 		// a negative number interpreted as unsigned 32-bit
 		// when nanosleep() returns later than expected.
 




More information about the Boxbackup-commit mailing list