aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/terminal.c')
-rw-r--r--src/nvim/terminal.c4
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