summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-31 17:31:11 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-31 17:31:11 +0000
commit4477dedc4f7a0ca11c1c1f8f31dbd51cbbec10fa (patch)
treeb269aca87cf4d83f460860cf9846ff8bd44bdb9a /libavformat/avio.h
parent1b41f2604536063b23d65efbc08f3728c1aa39d6 (diff)
minor typo fixes
Originally committed as revision 12658 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 8a49e4ae6a..2d2e26999d 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -269,7 +269,7 @@ int get_buffer(ByteIOContext *s, unsigned char *buf, int size);
/**
* Reads size bytes from ByteIOContext into buf.
- * This reads at most 1 packet. If that's not enough fewer bytes will be
+ * This reads at most 1 packet. If that is not enough fewer bytes will be
* returned.
* @returns number of bytes read or AVERROR
*/