]> code.delx.au - gnu-emacs/commitdiff
Fix comment typo.
authorGlenn Morris <rgm@gnu.org>
Thu, 21 Feb 2008 07:56:06 +0000 (07:56 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 21 Feb 2008 07:56:06 +0000 (07:56 +0000)
src/coding.c

index 862b5e5f767df3cd65bced50bd081595f31bbd0b..a43b5cb81875ef5bb738cd0f4ce5cab9552941cd 100644 (file)
@@ -1711,7 +1711,7 @@ emacs_mule_char (coding, src, nbytes, nchars, id)
     {
       if (c >= 0xA0)
        {
-         /* Old style component character of a compostion.  */
+         /* Old style component character of a composition.  */
          if (c == 0xA0)
            {
              ONE_MORE_BYTE (c);