diff options
| author | Glenn Morris | 2008-02-21 07:56:06 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-21 07:56:06 +0000 |
| commit | b3af4b289355ace85f0221fe33697ef7f595df2d (patch) | |
| tree | f197bb76d1a0c14b9f38d8e00a6e49aff6068b51 /src/coding.c | |
| parent | 51bb97e85e2a32ebb69a4c867b400313d253de16 (diff) | |
| download | emacs-b3af4b289355ace85f0221fe33697ef7f595df2d.tar.gz emacs-b3af4b289355ace85f0221fe33697ef7f595df2d.zip | |
Fix comment typo.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 862b5e5f767..a43b5cb8187 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -1711,7 +1711,7 @@ emacs_mule_char (coding, src, nbytes, nchars, id) | |||
| 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); |