From df3a80b50a452f54878f5011207a864d703a943d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 28 Jul 2007 12:46:26 +0000 Subject: cosmetics: misc typo fixes Originally committed as revision 9815 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bitstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/bitstream.h') diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h index fd1b4a94f8..9ca693ed23 100644 --- a/libavcodec/bitstream.h +++ b/libavcodec/bitstream.h @@ -176,7 +176,7 @@ typedef struct RL_VLC_ELEM { #define UNALIGNED_STORES_ARE_BAD #endif -/* used to avoid missaligned exceptions on some archs (alpha, ...) */ +/* used to avoid misaligned exceptions on some archs (alpha, ...) */ #if defined(ARCH_X86) # define unaligned16(a) (*(const uint16_t*)(a)) # define unaligned32(a) (*(const uint32_t*)(a)) -- cgit v1.2.3