diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-04-07 14:10:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-07 14:10:02 +0000 |
commit | fe0372296ac6f63c9e1f88d47a05f2918876119c (patch) | |
tree | ae1d529eb6b87fc7aeedb33ca52e8075ccaab0ae /libavcodec/xan.c | |
parent | e42dba481f6e552539ed8ce1a164024f68667943 (diff) | |
download | ffmpeg-fe0372296ac6f63c9e1f88d47a05f2918876119c.tar.gz |
typos
Originally committed as revision 8642 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xan.c')
-rw-r--r-- | libavcodec/xan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xan.c b/libavcodec/xan.c index f697514a04..6e295e5b55 100644 --- a/libavcodec/xan.c +++ b/libavcodec/xan.c @@ -85,7 +85,7 @@ static int xan_decode_init(AVCodecContext *avctx) return 0; } -/* This function is used in lieu of memcpy(). This decoder can not use +/* This function is used in lieu of memcpy(). This decoder cannot use * memcpy because the memory locations often overlap and * memcpy doesn't like that; it's not uncommon, for example, for * dest = src+1, to turn byte A into pattern AAAAAAAA. |