Fix comment typo.

This commit is contained in:
Glenn Morris 2008-02-21 07:56:06 +00:00
parent 51bb97e85e
commit b3af4b2893

View 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);