From: Eli Zaretskii Date: Wed, 6 Feb 2019 16:51:02 +0000 (+0200) Subject: ; * src/coding.h (struct coding_system): Fix a typo in a comment. X-Git-Tag: emacs-26.1.92~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e49a08;p=emacs.git ; * src/coding.h (struct coding_system): Fix a typo in a comment. --- diff --git a/src/coding.h b/src/coding.h index 57fd196af32..aab8c2d4380 100644 --- a/src/coding.h +++ b/src/coding.h @@ -450,7 +450,7 @@ struct coding_system unsigned char *safe_charsets; - /* How may heading bytes we can skip for decoding. This is set to + /* How many heading bytes we can skip for decoding. This is set to -1 in setup_coding_system, and updated by detect_coding. So, when this is equal to the byte length of the text being converted, we can skip the actual conversion process except for