From 7e7d78b2a60af64593c989c407bde977c9cb0233 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Tue, 19 May 2015 16:11:32 +0200 Subject: doc: Fix some typos and trailing whitespace. #2875 --- src/nvim/terminal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit