summaryrefslogtreecommitdiff
path: root/libavformat/avio_internal.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-12-07 16:07:51 +0100
committerDiego Biurrun <diego@biurrun.de>2012-12-18 13:36:51 +0100
commit523c7bd23c781aa0f3a85044896f5e18e8b52534 (patch)
treec430db55861018aa073c23c2a13c0d54be609a2f /libavformat/avio_internal.h
parentea061af15ac5629dc8dbeb33b7382d6711a323c3 (diff)
misc typo, style and wording fixes
Diffstat (limited to 'libavformat/avio_internal.h')
-rw-r--r--libavformat/avio_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h
index f2ccc36623..3da2fc8422 100644
--- a/libavformat/avio_internal.h
+++ b/libavformat/avio_internal.h
@@ -81,7 +81,7 @@ unsigned long ff_crc04C11DB7_update(unsigned long checksum, const uint8_t *buf,
/**
* Open a write only packetized memory stream with a maximum packet
* size of 'max_packet_size'. The stream is stored in a memory buffer
- * with a big endian 4 byte header giving the packet size in bytes.
+ * with a big-endian 4 byte header giving the packet size in bytes.
*
* @param s new IO context
* @param max_packet_size maximum packet size (must be > 0)