mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00

In windows libuv does not return -errno, instead it uses negative error codes e.g. UV_ENOENT. This commit changes the comments in os_* functions to reflect this.