From: Christ van Willegen Date: Thu, 8 May 2025 22:08:01 +0000 (+0200) Subject: typo in comment in gui.c X-Git-Tag: v9.1.1375~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=314150912eea35e9791d92fbb06cadde111c1b19;p=thirdparty%2Fvim.git 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 --- 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