diff options
| author | Eli Zaretskii | 2019-02-06 18:51:02 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-02-06 18:51:02 +0200 |
| commit | 3e49a080e5198fb1d82d7b2cb5d105ce6b88f222 (patch) | |
| tree | d8f92f456d24311eeaff37030b13f8f94a83cbe2 /src/coding.h | |
| parent | b657286a8c760904747c7b62bcc1f1794969ba84 (diff) | |
| download | emacs-3e49a080e5198fb1d82d7b2cb5d105ce6b88f222.tar.gz emacs-3e49a080e5198fb1d82d7b2cb5d105ce6b88f222.zip | |
; * src/coding.h (struct coding_system): Fix a typo in a comment.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 450 | 450 | ||
| 451 | unsigned char *safe_charsets; | 451 | unsigned char *safe_charsets; |
| 452 | 452 | ||
| 453 | /* How may heading bytes we can skip for decoding. This is set to | 453 | /* How many heading bytes we can skip for decoding. This is set to |
| 454 | -1 in setup_coding_system, and updated by detect_coding. So, | 454 | -1 in setup_coding_system, and updated by detect_coding. So, |
| 455 | when this is equal to the byte length of the text being | 455 | when this is equal to the byte length of the text being |
| 456 | converted, we can skip the actual conversion process except for | 456 | converted, we can skip the actual conversion process except for |