diff avcodec.h @ 8933:678fc8612787 libavcodec

Improve grammar: "X next after Y" -> "next X after Y".
author stefano
date Sun, 15 Feb 2009 20:45:10 +0000
parents 233fda721f1b
children 34f2c7189710
line wrap: on
line diff
--- a/avcodec.h	Sun Feb 15 20:37:39 2009 +0000
+++ b/avcodec.h	Sun Feb 15 20:45:10 2009 +0000
@@ -2661,7 +2661,7 @@
 
 /**
  * If c is NULL, returns the first registered codec,
- * if c is non-NULL, returns the registered codec next after c,
+ * if c is non-NULL, returns the next registered codec after c,
  * or NULL if c is the last one.
  */
 AVCodec *av_codec_next(AVCodec *c);