Skip to content

Commit

Permalink
Update sys.c: whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Jan 17, 2024
1 parent 45b1839 commit 313cd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ JL_DLLEXPORT long jl_SC_CLK_TCK(void)
#ifndef _OS_WINDOWS_
return sysconf(_SC_CLK_TCK);
#else
return 1000; # uv_cpu_info returns times in ms
return 1000; /* uv_cpu_info returns times in ms on Windows */
#endif
}

Expand Down

0 comments on commit 313cd79

Please sign in to comment.