From: Mattias EngdegÄrd Date: Mon, 21 Dec 2020 10:24:46 +0000 (+0100) Subject: ; * src/nsfns.m (all_nonzero_ascii): comment correction X-Git-Tag: emacs-28.0.90~4634 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=faf3613cba8571eaef2709bd7bb6f11a956b9262;p=emacs.git ; * src/nsfns.m (all_nonzero_ascii): comment correction --- 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) {