]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - wtf/CurrentTime.h
JavaScriptCore-554.1.tar.gz
[apple/javascriptcore.git] / wtf / CurrentTime.h
index 2e75c2f39110fa3b88a79990355370ba095f62a9..31f1ec8753057991deeb06bb62cab7608621907b 100644 (file)
@@ -36,7 +36,7 @@ namespace WTF {
 
     // Returns the current system (UTC) time in seconds, starting January 1, 1970.
     // Precision varies depending on a platform but usually is as good or better 
-    // then a millisecond.
+    // than a millisecond.
     double currentTime();
 
 } // namespace WTF