From b83109c5248ea0e7aef2accce01d77e7f9576c8b Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sun, 8 Sep 2013 22:34:23 +0200 Subject: [PATCH] include: fix typo in comment in uv.h --- include/uv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*);