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 7d6f88d469..e737bfbd05 100644
--- a/src/nvim/window.c
+++ b/src/nvim/window.c
@@ -3412,7 +3412,7 @@ int win_alloc_first(void)
return OK;
}
-// Init "aucmd_win". This can only be done after the first window
+// Init `aucmd_win`. This can only be done after the first window
// is fully initialized, thus it can't be in win_alloc_first().
void win_alloc_aucmd_win(void)
{