diff options
author | Sean McKean <smckean83@gmail.com> | 2018-02-02 11:59:31 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-02-02 11:59:31 +0100 |
commit | 09e56b9e18f987105e39768f907db800e9330930 (patch) | |
tree | cf4f8271887572cb0cb664d22f615eada00298b5 /time | |
parent | d4b4a00a462348750bb18544eb30853ee6ac5d10 (diff) |
time: Reference CLOCKS_PER_SEC in clock comment [BZ #22735]
Diffstat (limited to 'time')
-rw-r--r-- | time/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/time.h b/time/time.h index 49d30438f3..4b55e34402 100644 --- a/time/time.h +++ b/time/time.h @@ -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. */ |