diff avio.h @ 4499:dee012239d99 libavformat

Improve grammar: "X next after Y" -> "next X after Y".
author stefano
date Sun, 15 Feb 2009 20:45:10 +0000
parents 673107cf7fe6
children e2abb4e5017c
line wrap: on
line diff
--- a/avio.h	Sun Feb 15 16:53:05 2009 +0000
+++ b/avio.h	Sun Feb 15 20:45:10 2009 +0000
@@ -145,7 +145,7 @@
 
 /**
  * If protocol is NULL, returns the first registered protocol,
- * if protocol is non-NULL, returns the registered protocol next after protocol,
+ * if protocol is non-NULL, returns the next registered protocol after protocol,
  * or NULL if protocol is the last one.
  */
 URLProtocol *av_protocol_next(URLProtocol *p);