1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

; * src/coding.h (struct coding_system): Fix a typo in a comment.

This commit is contained in:
Eli Zaretskii 2019-02-06 18:51:02 +02:00
parent b657286a8c
commit 3e49a080e5

View File

@ -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