diff options
Diffstat (limited to 'engines/cine/unpack.h')
-rw-r--r-- | engines/cine/unpack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/unpack.h b/engines/cine/unpack.h index 2355df5ee1..96d6d20158 100644 --- a/engines/cine/unpack.h +++ b/engines/cine/unpack.h @@ -76,7 +76,7 @@ private: /** * Get bits from the source stream. * @note Changes the bit position in the source stream. - * @param numBits Number of bits to read from the source stream. + * @param numBits Number of bits to read from the source stream. * @return Integer value consisting of the bits read from the source stream (In range [0, (2 ** numBits) - 1]). * @return Later the bit was read from the source, the less significant it is in the return value. */ |