diff options
author | Ralph Giles <giles@ghostscript.com> | 2009-02-17 08:03:41 +0100 |
---|---|---|
committer | Ralph Giles <giles@ghostscript.com> | 2009-02-17 08:03:41 +0100 |
commit | 1971aaa107294c0b586cd6475760033f7e746543 (patch) | |
tree | 5aa9f0030ddcf309e243847e956c0bf627deb621 /apps/unix | |
parent | f8cc2bdb6d73a770e3f94cf1f183eb96bb4f18d4 (diff) | |
download | mupdf-1971aaa107294c0b586cd6475760033f7e746543.tar.xz |
Fix a comment typo.
"'i' before 'e' except after 'c'," goes the rhyme.
Diffstat (limited to 'apps/unix')
-rw-r--r-- | apps/unix/ximage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/unix/ximage.c b/apps/unix/ximage.c index 2dd0abc4..885d8437 100644 --- a/apps/unix/ximage.c +++ b/apps/unix/ximage.c @@ -487,7 +487,7 @@ ximage_convert_bgra8888(PARAMS) } } -/* following have yet to recieve some MMX love ;-) */ +/* following have yet to receive some MMX love ;-) */ static void ximage_convert_abgr8888(PARAMS) |