From 3584f271b43b6274d3be1ff68f5d1eb3b3136e1d Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 2 Mar 2010 08:26:13 +0000 Subject: fix typo properly --- lib/common/Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/Test.cpp b/lib/common/Test.cpp index b1cbb5a9..56638058 100644 --- a/lib/common/Test.cpp +++ b/lib/common/Test.cpp @@ -462,7 +462,7 @@ void safe_sleep(int seconds) 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. -- cgit v1.2.3