include: fix typo in comment in uv.h

This commit is contained in:
Ben Noordhuis 2013-09-08 22:34:23 +02:00
parent 9e4982f5c9
commit b83109c524

View File

@ -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*);