Skip to content

Commit

Permalink
timeval: Fix typo in comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Ed Maste <[email protected]>
  • Loading branch information
blp committed Jul 12, 2013
1 parent 94f3e52 commit 6f2302b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/timeval.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ timeval_to_msec(const struct timeval *tv)
}

/* Returns the monotonic time at which the "time" module was initialized, in
* milliseconds(). */
* milliseconds. */
long long int
time_boot_msec(void)
{
Expand Down

0 comments on commit 6f2302b

Please sign in to comment.