Commit cf45a5a7 authored by mrowe@apple.com's avatar mrowe@apple.com

2009-04-24 Rob Raguet-Schofield <ragfield@gmail.com>

        Rubber-stamped by Mark Rowe.

        * wtf/CurrentTime.h: Fix a typo in a comment.

git-svn-id: svn://svn.chromium.org/blink/trunk@42851 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 6a6f954a
2009-04-24 Rob Raguet-Schofield <ragfield@gmail.com>
Rubber-stamped by Mark Rowe.
* wtf/CurrentTime.h: Fix a typo in a comment.
2009-04-24 Oliver Hunt <oliver@apple.com> 2009-04-24 Oliver Hunt <oliver@apple.com>
Reviewed by NOBODY (Build fix). Reviewed by NOBODY (Build fix).
...@@ -36,7 +36,7 @@ namespace WTF { ...@@ -36,7 +36,7 @@ namespace WTF {
// Returns the current system (UTC) time in seconds, starting January 1, 1970. // 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 // Precision varies depending on a platform but usually is as good or better
// then a millisecond. // than a millisecond.
double currentTime(); double currentTime();
} // namespace WTF } // namespace WTF
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment