comment typo

This commit is contained in:
ehouse 2003-11-16 19:26:18 +00:00
parent 898338821b
commit b3e8162674

View file

@ -268,7 +268,7 @@ mem_stream_putBits( XWStreamCtxt* p_sctx, XP_U16 nBits, XP_U32 data )
putOneBit( stream, (XP_U16)(((data & 1L) != 0)? 1:0) );
data >>= 1;
}
XP_ASSERT( data == 0 ); /* otherwise nBits was too smalls */
XP_ASSERT( data == 0 ); /* otherwise nBits was too small */
} /* mem_stream_putBits */
static void