We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e94807 commit c868e5eCopy full SHA for c868e5e
docs/c-runtime-library/reference/clock.md
@@ -49,7 +49,7 @@ For additional compatibility information, see [Compatibility](../../c-runtime-li
49
#include <stdlib.h>
50
#include <time.h>
51
52
-// Pauses for a specified number of milliseconds.
+// Pauses for a specified number of clock cycles.
53
void do_sleep( clock_t wait )
54
{
55
clock_t goal;
0 commit comments