diff liba52/liba52_changes.diff @ 23873:49a433e2e78f

cosmetics: misc typo fixes
author diego
date Sat, 28 Jul 2007 14:28:38 +0000
parents 212cf6625a47
children a7b716b53e9f
line wrap: on
line diff
--- a/liba52/liba52_changes.diff	Sat Jul 28 14:27:55 2007 +0000
+++ b/liba52/liba52_changes.diff	Sat Jul 28 14:28:38 2007 +0000
@@ -96,7 +96,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