# HG changeset patch # User alexc # Date 1266441643 0 # Node ID 87bcae769ee7c183f277b0b8a5ded67cbadbcf87 # Parent 4f3503b0dc070d56d9fa2973f492dfc728bf148b get_bits: Fix spelling and grammar in GET_VLC() comment. diff -r 4f3503b0dc07 -r 87bcae769ee7 get_bits.h --- a/get_bits.h Wed Feb 17 21:04:56 2010 +0000 +++ b/get_bits.h Wed Feb 17 21:20:43 2010 +0000 @@ -551,9 +551,9 @@ /** * - * if the vlc code is invalid and max_depth=1 than no bits will be removed - * if the vlc code is invalid and max_depth>1 than the number of bits removed - * is undefined + * If the vlc code is invalid and max_depth=1, then no bits will be removed. + * If the vlc code is invalid and max_depth>1, then the number of bits removed + * is undefined. */ #define GET_VLC(code, name, gb, table, bits, max_depth)\ {\