diff options
author | Lucas Hoffmann <l-m-h@web.de> | 2015-05-19 16:11:32 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-06-21 00:34:51 -0400 |
commit | 7e7d78b2a60af64593c989c407bde977c9cb0233 (patch) | |
tree | 56350c1aac41fd3ffc107327b710e1b0bc7650fd /src/nvim/terminal.c | |
parent | 9ebb5c681b92c3c26171aa5514cd18a17dd62bad (diff) | |
download | rneovim-7e7d78b2a60af64593c989c407bde977c9cb0233.tar.gz rneovim-7e7d78b2a60af64593c989c407bde977c9cb0233.tar.bz2 rneovim-7e7d78b2a60af64593c989c407bde977c9cb0233.zip |
doc: Fix some typos and trailing whitespace. #2875
Diffstat (limited to 'src/nvim/terminal.c')
-rw-r--r-- | src/nvim/terminal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/terminal.c b/src/nvim/terminal.c index 0f7e04ace2..42d0421f0c 100644 --- a/src/nvim/terminal.c +++ b/src/nvim/terminal.c @@ -24,8 +24,8 @@ // that were previously invisible. // // The vterm->Neovim synchronization is performed in intervals of 10 -// milliseconds. This is done to minimize screen updates when receiving when -// receiving large bursts of data. +// milliseconds. This is done to minimize screen updates when receiving large +// bursts of data. // // This module is decoupled from the processes that normally feed it data, so // it's possible to use it as a general purpose console buffer(possibly as a |