From bf1913318a1e973e3d4107931e12d5d6c7b2ee1a Mon Sep 17 00:00:00 2001 From: Dave Rice Date: Sat, 18 Jul 2015 09:56:35 -0400 Subject: [PATCH] typo in function name --- ffv1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffv1.md b/ffv1.md index 7008c82..060db14 100644 --- a/ffv1.md +++ b/ffv1.md @@ -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