mirror of
https://github.com/neovim/neovim.git
synced 2025-10-19 16:21:51 +00:00
spelling fixes #827
This commit is contained in:

committed by
Justin M. Keyes

parent
168575f3f7
commit
5b3b3fd3ed
@@ -110,7 +110,7 @@ void rstream_set_file(RStream *rstream, uv_file file)
|
||||
}
|
||||
|
||||
if (rstream->file_type == UV_FILE) {
|
||||
// Non-blocking file reads are simulated with a idle handle that reads
|
||||
// Non-blocking file reads are simulated with an idle handle that reads
|
||||
// in chunks of rstream->buffer_size, giving time for other events to
|
||||
// be processed between reads.
|
||||
rstream->fread_idle = xmalloc(sizeof(uv_idle_t));
|
||||
|
Reference in New Issue
Block a user