Fix comment typo.
This commit is contained in:
parent
51bb97e85e
commit
b3af4b2893
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue