From faf3613cba8571eaef2709bd7bb6f11a956b9262 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Mon, 21 Dec 2020 11:24:46 +0100 Subject: [PATCH] ; * src/nsfns.m (all_nonzero_ascii): comment correction --- src/nsfns.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nsfns.m b/src/nsfns.m index 1deddb0d38a..f3c5a9ef679 100644 --- a/src/nsfns.m +++ b/src/nsfns.m @@ -3010,7 +3010,7 @@ DEFUN ("ns-show-character-palette", #endif -/* Whether N bytes at STR are in the [0,127] range. */ +/* Whether N bytes at STR are in the [1,127] range. */ static bool all_nonzero_ascii (unsigned char *str, ptrdiff_t n) { -- 2.39.5