diff options
Diffstat (limited to 'libavformat/mms.h')
-rw-r--r-- | libavformat/mms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mms.h b/libavformat/mms.h index 36e772c7f9..5235581645 100644 --- a/libavformat/mms.h +++ b/libavformat/mms.h @@ -33,7 +33,7 @@ typedef struct { /** Buffer for outgoing packets. */ /*@{*/ - uint8_t *write_out_ptr; ///< Pointer for writting the buffer. + uint8_t *write_out_ptr; ///< Pointer for writing the buffer. uint8_t out_buffer[512]; ///< Buffer for outgoing packet. /*@}*/ |