emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 3e49a08: ; * src/coding.h (struct coding_system):


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 3e49a08: ; * src/coding.h (struct coding_system): Fix a typo in a comment.
Date: Wed, 6 Feb 2019 11:51:58 -0500 (EST)

branch: emacs-26
commit 3e49a080e5198fb1d82d7b2cb5d105ce6b88f222
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/coding.h (struct coding_system): Fix a typo in a comment.
---
 src/coding.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/coding.h b/src/coding.h
index 57fd196..aab8c2d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]