summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-02-15 20:45:10 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-02-15 20:45:10 +0000
commitc1b0210115982f87cd9f55044586c3338a29b4d5 (patch)
treec3d09d42949fc77799eec14b7ff315e1aa93bd19 /libavformat/avio.h
parent864899c329b82fbca21571dfaa124179dd48d07d (diff)
Improve grammar: "X next after Y" -> "next X after Y".
Originally committed as revision 17347 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 21cdd9acc8..3658c9ee53 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -145,7 +145,7 @@ extern URLInterruptCB *url_interrupt_cb;
/**
* 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);