From d77e9795d394ca8e4e9537ef5466a0901ddc869c Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 18 Aug 2011 10:35:52 -0700 Subject: [PATCH] Fix spelling --- include/uv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uv.h b/include/uv.h index 0df13f83..86e6f77e 100644 --- a/include/uv.h +++ b/include/uv.h @@ -285,7 +285,7 @@ void uv_close(uv_handle_t* handle, uv_close_cb close_cb); /* - * Construtor for uv_buf_t. + * Constructor for uv_buf_t. * Due to platform differences the user cannot rely on the ordering of the * base and len members of the uv_buf_t struct. The user is responsible for * freeing base after the uv_buf_t is done. Return struct passed by value.