diff liba52/bitstream.h @ 23873:49a433e2e78f

cosmetics: misc typo fixes
author diego
date Sat, 28 Jul 2007 14:28:38 +0000
parents 0783dd397f74
children 29548d0a768a
line wrap: on
line diff
--- a/liba52/bitstream.h	Sat Jul 28 14:27:55 2007 +0000
+++ b/liba52/bitstream.h	Sat Jul 28 14:28:38 2007 +0000
@@ -42,7 +42,7 @@
 // alternative (faster) bitstram reader (reades upto 3 bytes over the end of the input)
 #define ALT_BITSTREAM_READER
 
-/* used to avoid missaligned exceptions on some archs (alpha, ...) */
+/* used to avoid misaligned exceptions on some archs (alpha, ...) */
 #if defined (ARCH_X86) || defined(ARCH_ARMV4L)
 #    define unaligned32(a) (*(uint32_t*)(a))
 #else