time: Reference CLOCKS_PER_SEC in clock comment [BZ #22735]

This commit is contained in:
Sean McKean 2018-02-02 11:59:31 +01:00 committed by Florian Weimer
parent d4b4a00a46
commit 09e56b9e18
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-02-02 Sean McKean <smckean83@gmail.com>
[BZ #22735]
* time/time.h (clock): Reference CLOCKS_PER_SEC in comment.
2018-02-02 Florian Weimer <fweimer@redhat.com>
[BZ #22753]

View File

@ -68,7 +68,7 @@ typedef __pid_t pid_t;
__BEGIN_DECLS
/* Time used by the program so far (user time + system time).
The result / CLOCKS_PER_SECOND is program time in seconds. */
The result / CLOCKS_PER_SEC is program time in seconds. */
extern clock_t clock (void) __THROW;
/* Return the current time and put it in *TIMER if TIMER is not NULL. */