Bug 25371 - Typo in comment in wtf/CurrentTime.h
Summary: Typo in comment in wtf/CurrentTime.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P5 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-24 12:17 PDT by Rob Raguet-Schofield
Modified: 2009-04-24 16:28 PDT (History)
0 users

See Also:


Attachments
fix typo in comment (985 bytes, patch)
2009-04-24 12:18 PDT, Rob Raguet-Schofield
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Raguet-Schofield 2009-04-24 12:17:50 PDT
wtf/CurrentTime.h includes the following comment

    // 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.

the last line should read "than a millisecond."
Comment 1 Rob Raguet-Schofield 2009-04-24 12:18:49 PDT
Created attachment 29754 [details]
fix typo in comment
Comment 2 Mark Rowe (bdash) 2009-04-24 16:26:59 PDT
Comment on attachment 29754 [details]
fix typo in comment

Please remember to set the review flag to ? when attaching a patch in the future!

rs=me.
Comment 3 Mark Rowe (bdash) 2009-04-24 16:28:59 PDT
Landed in r42851.