spelling: wasteful

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 10:13:34 -04:00
committed by Jindra Petřík
parent a9ceecfef5
commit ea23f9858a

View File

@@ -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