]> granicus.if.org Git - recode/commitdiff
html.c: improve some comments slightly
authorReuben Thomas <rrt@sc3d.org>
Fri, 19 Jan 2018 12:45:03 +0000 (12:45 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 23 Jan 2018 07:02:42 +0000 (07:02 +0000)
src/html.c

index c4591f932b82a0119a9fa1769a20c9db7ae38f0b..162c6a3fd542160c37fe7558a98407f5413d7133 100644 (file)
@@ -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:
 
        &ensp;          \
        &emsp;          \ \
@@ -382,7 +382,7 @@ static struct ucs2_to_string translations [] =
 
 #undef ENTRY
 \f
-/* 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);
 }
 \f
-/* HTML towards UCS-2.  */
+/* HTML to UCS-2.  */
 
 #define ENTITY_BUFFER_LENGTH 20