summaryrefslogtreecommitdiff
path: root/libavcodec/xan.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-07 14:10:02 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-07 14:10:02 +0000
commitfe0372296ac6f63c9e1f88d47a05f2918876119c (patch)
treeae1d529eb6b87fc7aeedb33ca52e8075ccaab0ae /libavcodec/xan.c
parente42dba481f6e552539ed8ce1a164024f68667943 (diff)
typos
Originally committed as revision 8642 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xan.c')
-rw-r--r--libavcodec/xan.c2
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.