aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/window.c')
-rw-r--r--src/nvim/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/window.c b/src/nvim/window.c
index 16127186ff..7b9eb72468 100644
--- a/src/nvim/window.c
+++ b/src/nvim/window.c
@@ -3252,7 +3252,7 @@ win_goto_ver (
foundfr = curwin->w_frame;
while (count--) {
/*
- * First go upwards in the tree of frames until we find a upwards or
+ * First go upwards in the tree of frames until we find an upwards or
* downwards neighbor.
*/
fr = foundfr;