From 685ebdc8b1fa96e798bf39947c5077bc415cfb2e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 2 Mar 2010 23:43:50 +0200 Subject: [PATCH] (emacs_mule_char): Fix a typo in commentary. --- src/coding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coding.c b/src/coding.c index 27931c123d2..df81eaba16e 100644 --- a/src/coding.c +++ b/src/coding.c @@ -2065,7 +2065,7 @@ detect_coding_emacs_mule (coding, detect_info) /* Parse emacs-mule multibyte sequence at SRC and return the decoded character. If CMP_STATUS indicates that we must expect MSEQ or RULE described above, decode it and return the negative value of - the deocded character or rule. If an invalid byte is found, return + the decoded character or rule. If an invalid byte is found, return -1. If SRC is too short, return -2. */ int -- 2.39.5