diff mbox series

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

Message ID 20180202115417.5DD8740108A42@oldenburg.str.redhat.com
State New
Headers show
Series [COMMITTED] time: Reference CLOCKS_PER_SEC in clock comment [BZ #22735] | expand

Commit Message

Florian Weimer Feb. 2, 2018, 11:54 a.m. UTC
From: Sean McKean <smckean83@gmail.com>


2018-02-02  Sean McKean  <smckean83@gmail.com>

	[BZ #22735]
	* time/time.h (clock): Reference CLOCKS_PER_SEC in comment.
diff mbox series

Patch

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