From: Reuben Thomas Date: Fri, 19 Jan 2018 12:45:03 +0000 (+0000) Subject: html.c: improve some comments slightly X-Git-Tag: v3.7~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=650f76ce1ea6b9ceeddb3bd115758c9512d31960;p=recode html.c: improve some comments slightly --- diff --git a/src/html.c b/src/html.c index c4591f9..162c6a3 100644 --- a/src/html.c +++ b/src/html.c @@ -28,7 +28,7 @@ /* Tables. */ /* The following entities, said to be from Emacs-w3, are ignored for the - time being, as recode is not too fond on graphical approximations: + time being, as recode is not too fond of graphical approximations:   \   \ \ @@ -382,7 +382,7 @@ static struct ucs2_to_string translations [] = #undef ENTRY -/* UCS-2 towards HTML. */ +/* UCS-2 to HTML. */ /*-------------------------------------. | Return hash value given TABLE_SIZE. | @@ -559,7 +559,7 @@ transform_ucs2_html (RECODE_SUBTASK subtask) SUBTASK_RETURN (subtask); } -/* HTML towards UCS-2. */ +/* HTML to UCS-2. */ #define ENTITY_BUFFER_LENGTH 20