diff options
Diffstat (limited to 'src/nvim/getchar.c')
-rw-r--r-- | src/nvim/getchar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c index 6b41dde827..b0e5a20506 100644 --- a/src/nvim/getchar.c +++ b/src/nvim/getchar.c @@ -2414,7 +2414,7 @@ inchar ( } /* - * Don't reset these when at the hit-return prompt, otherwise a endless + * Don't reset these when at the hit-return prompt, otherwise an endless * recursive loop may result (write error in swapfile, hit-return, timeout * on char wait, flush swapfile, write error....). */ |