Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Fix typo in uv.h
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate authored and bnoordhuis committed Mar 5, 2012
1 parent 5110465 commit 5505f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uv.h
Expand Up @@ -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);
Expand Down

0 comments on commit 5505f2e

Please sign in to comment.