diff --git a/include/uv.h b/include/uv.h index 6cc65677..cc62e756 100644 --- a/include/uv.h +++ b/include/uv.h @@ -304,7 +304,7 @@ UV_EXTERN void uv_update_time(uv_loop_t*); * Don't make assumptions about the starting point, you will only get * disappointed. * - * Use uv_hrtime() if you need sub-milliseond granularity. + * Use uv_hrtime() if you need sub-millisecond granularity. */ UV_EXTERN uint64_t uv_now(uv_loop_t*);