# HG changeset patch # User benoit # Date 1252650005 0 # Node ID 24c03529ccbed1b5ab5c9b1f27c517ff2dd3dd9c # Parent 8d369aee733f850aaa9a149e76af358e871ed75e Fix a typo in the documentation. Patch by Lars T¸«£uber: firstname taeuber gmx net diff -r 8d369aee733f -r 24c03529ccbe get_bits.h --- a/get_bits.h Fri Sep 11 02:24:22 2009 +0000 +++ b/get_bits.h Fri Sep 11 06:20:05 2009 +0000 @@ -145,7 +145,7 @@ will remove the next num bits from the cache if it is needed for UPDATE_CACHE otherwise it will do nothing LAST_SKIP_BITS(name, gb, num) - is equivalent to SKIP_LAST_CACHE; SKIP_COUNTER + is equivalent to LAST_SKIP_CACHE; SKIP_COUNTER for examples see get_bits, show_bits, skip_bits, get_vlc */