mirror of
https://github.com/neovim/neovim.git
synced 2026-02-09 21:38:51 +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.