From a9a6b0323ea3dc5e4d11d28e7c9ae3534e02ee54 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 5 Feb 2023 18:00:42 +0000 Subject: patch 9.0.1285: various small problems Problem: Various small problems. Solution: Adjust white space and comments. --- src/charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/charset.c') diff --git a/src/charset.c b/src/charset.c index 0bad471e45..9609299717 100644 --- a/src/charset.c +++ b/src/charset.c @@ -538,7 +538,7 @@ transchar_byte(int c) /* * Convert non-printable character to two or more printable characters in - * "buf[]". "charbuf" needs to be able to hold five bytes. + * "charbuf[]". "charbuf" needs to be able to hold five bytes. * Does NOT work for multi-byte characters, c must be <= 255. */ void -- cgit v1.2.3