diff xan.c @ 4796:231daf8387b1 libavcodec

typos
author diego
date Sat, 07 Apr 2007 14:10:02 +0000
parents 05e932ddaaa9
children 66ef3690d108
line wrap: on
line diff
--- a/xan.c	Sat Apr 07 14:09:20 2007 +0000
+++ b/xan.c	Sat Apr 07 14:10:02 2007 +0000
@@ -85,7 +85,7 @@
     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.