From 314150912eea35e9791d92fbb06cadde111c1b19 Mon Sep 17 00:00:00 2001 From: Christ van Willegen Date: Fri, 9 May 2025 00:08:01 +0200 Subject: [PATCH] typo in comment in gui.c Problem: typo in comment in gui.c (after v9.1.1367) Solution: fix the typo (Christ van Willegen) Signed-off-by: Christian Brabandt --- src/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui.c b/src/gui.c index 804d39c15d..7b613812b5 100644 --- a/src/gui.c +++ b/src/gui.c @@ -3835,7 +3835,7 @@ get_tabline_label( wincount, modified ? "+" : ""); - // Make sure resulting NameBuff will not exceed it's bounds. + // Make sure resulting NameBuff will not exceed its bounds. if (NameBufflen + buflen < MAXPATHL) { mch_memmove(NameBuff + buflen, NameBuff, NameBufflen + 1); // +1 for NUL