Skip to content

Commit

Permalink
typo in function name
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed committed Jul 18, 2015
1 parent 904d737 commit bf19133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffv1.md
Expand Up @@ -190,7 +190,7 @@ __a...b__ means any value starting from a to b, inclusive.

## Bitstream functions

**remaing_bits_in_bitstream( )** means the count of remaining bits after the current position in the bitstream. It is computed from the NumBytes value multiplied by 8 minus the count of bits already read by the bitstream parser.
**remaining\_bits\_in\_bitstream( )** means the count of remaining bits after the current position in the bitstream. It is computed from the NumBytes value multiplied by 8 minus the count of bits already read by the bitstream parser.

# General Description

Expand Down

0 comments on commit bf19133

Please sign in to comment.