mirror of
https://github.com/neovim/neovim.git
synced 2026-06-22 11:23:27 +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.