]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - iconvdata/cns11643.h
Adjust wording of two fall-through comments.
[thirdparty/glibc.git] / iconvdata / cns11643.h
index 892e3f7b04fba4ccc1a3f3541267b39944daa1e7..c7b5ccc94d17980636f4243de98a4aaf249a1d30 100644 (file)
@@ -220,7 +220,8 @@ ucs4_to_cns11643 (uint32_t wch, unsigned char *s, size_t avail)
       cp = __cns11643l1_from_ucs4_tab12[ch - 0x4e00];
       if (cp[0] != '\0')
        break;
-      /* FALLTHROUGH.  Let's try the other planes.  */
+      /* Let's try the other planes.  */
+      /* Fall through.  */
     case 0x3400 ... 0x4dff:
     case 0x9f9d ... 0x9fa5:
       /* Let's try the other planes.  */