Fix typo in uv.h

This commit is contained in:
Nathan Rajlich 2012-03-05 08:18:06 -08:00 committed by Ben Noordhuis
parent 5110465c42
commit 5505f2e906

View File

@ -1387,7 +1387,7 @@ UV_EXTERN extern uint64_t uv_hrtime(void);
/*
* Opens a shared library. The filename is in utf-8. On success, -1 is
* Opens a shared library. The filename is in utf-8. On success, -1 is returned
* and the variable pointed by library receives a handle to the library.
*/
UV_EXTERN uv_err_t uv_dlopen(const char* filename, uv_lib_t* library);