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 <cb@256bit.org>
This commit is contained in:
Christ van Willegen
2025-05-09 00:08:01 +02:00
committed by Christian Brabandt
parent 17ad852a62
commit 314150912e

View File

@ -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