From a946afda2284a7b7f5f6020b27027fd543c054b2 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 27 Mar 2013 14:47:39 +0000 Subject: [PATCH] string.c: Fix typo in documentation of skip_cells(). --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string.c b/string.c index 21c674ec..b844fb38 100644 --- a/string.c +++ b/string.c @@ -1091,7 +1091,7 @@ int skip_cells(const char *s, size_t cells_to_skip, size_t *bytes_to_skip) * \param result The width of \a s is returned here. * * If not in UTF8-mode. this function is just a wrapper for strlen(3). - * Otherwise \s is treated as an UTF-8 string and its display width is + * Otherwise \a s is treated as an UTF-8 string and its display width is * computed. Note that this function may fail if the underlying call to * mbsrtowcs(3) fails, so the caller must check the return value. * -- 2.39.2