comparison src/coding.c @ 92030:52c3ba60b54b

Fix comment typo.
author Glenn Morris <rgm@gnu.org>
date Thu, 21 Feb 2008 07:56:06 +0000
parents 7bed61cbed0c
children fbc07b3a6baf
comparison
equal deleted inserted replaced
92029:fd00fbbe05b0 92030:52c3ba60b54b
1709 } 1709 }
1710 else 1710 else
1711 { 1711 {
1712 if (c >= 0xA0) 1712 if (c >= 0xA0)
1713 { 1713 {
1714 /* Old style component character of a compostion. */ 1714 /* Old style component character of a composition. */
1715 if (c == 0xA0) 1715 if (c == 0xA0)
1716 { 1716 {
1717 ONE_MORE_BYTE (c); 1717 ONE_MORE_BYTE (c);
1718 c -= 0x80; 1718 c -= 0x80;
1719 } 1719 }