aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h
index 85b2dcc6..3c2416f6 100644
--- a/src/common.h
+++ b/src/common.h
@@ -744,8 +744,7 @@ int create_directory(const wcstring &d);
void bugreport();
/// Return the number of seconds from the UNIX epoch, with subsecond precision. This function uses
-/// the gettimeofday function, and will have the same precision as that function. If an error
-/// occurs, NAN is returned.
+/// the gettimeofday function and will have the same precision as that function.
double timef();
/// Call the following function early in main to set the main thread. This is our replacement for