mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-07 11:38:34 +00:00
spelling: wasteful
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
a9ceecfef5
commit
ea23f9858a
@@ -33,7 +33,7 @@ package javazoom.jl.decoder;
|
||||
* The implementation stores single bits as a word in the buffer. If
|
||||
* a bit is set, the corresponding word in the buffer will be non-zero.
|
||||
* If a bit is clear, the corresponding word is zero. Although this
|
||||
* may seem waseful, this can be a factor of two quicker than
|
||||
* may seem wasteful, this can be a factor of two quicker than
|
||||
* packing 8 bits to a byte and extracting.
|
||||
* <p>
|
||||
* REVIEW: there is no range checking, so buffer underflow or overflow
|
||||
|
||||
Reference in New Issue
Block a user