summaryrefslogtreecommitdiff
path: root/libavformat/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/url.h')
-rw-r--r--libavformat/url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/url.h b/libavformat/url.h
index b3eafa63c7..dc483a3ea9 100644
--- a/libavformat/url.h
+++ b/libavformat/url.h
@@ -63,7 +63,7 @@ typedef struct URLProtocol {
/**
* Read data from the protocol.
* If data is immediately available (even less than size), EOF is
- * reached or an error occurs (including EINTR), return immediately,
+ * reached or an error occurs (including EINTR), return immediately.
* Otherwise:
* In non-blocking mode, return AVERROR(EAGAIN) immediately.
* In blocking mode, wait for data/EOF/error with a short timeout (0.1s),