X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/9dae56ea45a0f5f8136a5c93d6f3a7f99399ca73..ba379fdc102753d6be2c4d937058fe40257329fe:/wtf/CurrentTime.h diff --git a/wtf/CurrentTime.h b/wtf/CurrentTime.h index 2e75c2f..31f1ec8 100644 --- a/wtf/CurrentTime.h +++ b/wtf/CurrentTime.h @@ -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