From 09e56b9e18f987105e39768f907db800e9330930 Mon Sep 17 00:00:00 2001 From: Sean McKean Date: Fri, 2 Feb 2018 11:59:31 +0100 Subject: time: Reference CLOCKS_PER_SEC in clock comment [BZ #22735] --- ChangeLog | 5 +++++ time/time.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9be2974a38..add5128cb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-02-02 Sean McKean + + [BZ #22735] + * time/time.h (clock): Reference CLOCKS_PER_SEC in comment. + 2018-02-02 Florian Weimer [BZ #22753] 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. */ -- cgit 1.4.1