From 41ed7ab45fc693f7d7fc35664c0233f4c32d69bb Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Wed, 27 Apr 2016 13:45:23 -0400 Subject: cosmetics: Fix spelling mistakes Signed-off-by: Diego Biurrun --- libavformat/asf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/asf.h') diff --git a/libavformat/asf.h b/libavformat/asf.h index 7ac28dbb30..6130e7aaa6 100644 --- a/libavformat/asf.h +++ b/libavformat/asf.h @@ -40,7 +40,7 @@ typedef struct ASFMainHeader { * invalid if broadcasting (could be ignored) */ uint32_t preroll; /**< timestamp of the first packet, in milliseconds * if nonzero - subtract from time */ - uint32_t ignore; ///< preroll is 64bit - but let's just ignore it + uint32_t ignore; ///< preroll is 64 bits - but let's just ignore it uint32_t flags; /**< 0x01 - broadcast * 0x02 - seekable * rest is reserved should be 0 */ -- cgit v1.2.3