]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
typo in comment in gui.c
authorChrist van Willegen <cvwillegen@gmail.com>
Thu, 8 May 2025 22:08:01 +0000 (00:08 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 8 May 2025 22:08:01 +0000 (00:08 +0200)
Problem:  typo in comment in gui.c (after v9.1.1367)
Solution: fix the typo  (Christ van Willegen)

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/gui.c

index 804d39c15dd946f1765ad679d435d969a21f9ada..7b613812b5c855cfd613dca012ddbf0651150a81 100644 (file)
--- 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