Skip to content

Commit c868e5e

Browse files
authored
Update clock.md
1 parent 2e94807 commit c868e5e

File tree

1 file changed

+1
-1
lines changed
  • docs/c-runtime-library/reference

1 file changed

+1
-1
lines changed

docs/c-runtime-library/reference/clock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For additional compatibility information, see [Compatibility](../../c-runtime-li
4949
#include <stdlib.h>
5050
#include <time.h>
5151
52-
// Pauses for a specified number of milliseconds.
52+
// Pauses for a specified number of clock cycles.
5353
void do_sleep( clock_t wait )
5454
{
5555
clock_t goal;

0 commit comments

Comments
 (0)