summaryrefslogtreecommitdiffstats
path: root/src/charset.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-02-05 18:00:42 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-05 18:00:42 +0000
commita9a6b0323ea3dc5e4d11d28e7c9ae3534e02ee54 (patch)
treef22f9b6ea343ff0151b39b11da757ecd2c91fafc /src/charset.c
parent40b4872966d3886e7ff86184ae4ffb58704bf075 (diff)
patch 9.0.1285: various small problemsv9.0.1285
Problem: Various small problems. Solution: Adjust white space and comments.
Diffstat (limited to 'src/charset.c')
-rw-r--r--src/charset.c2
1 files changed, 1 insertions, 1 deletions
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