diff w32thread.c @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents f99e40a7155b
children 2b72f9bc4f06
line wrap: on
line diff
--- a/w32thread.c	Tue Jun 12 08:06:54 2007 +0000
+++ b/w32thread.c	Tue Jun 12 09:29:25 2007 +0000
@@ -56,8 +56,8 @@
 }
 
 /**
- * free what has been allocated by avcodec_thread_init().
- * must be called after decoding has finished, especially dont call while avcodec_thread_execute() is running
+ * Free what has been allocated by avcodec_thread_init().
+ * Must be called after decoding has finished, especially do not call while avcodec_thread_execute() is running.
  */
 void avcodec_thread_free(AVCodecContext *s){
     ThreadContext *c= s->thread_opaque;