mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
comment typo
This commit is contained in:
parent
898338821b
commit
b3e8162674
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue