diff --git a/src/dorkbox/util/bytes/ByteArrayWrapper.java b/src/dorkbox/util/bytes/ByteArrayWrapper.java index 46204f2..b6525a3 100644 --- a/src/dorkbox/util/bytes/ByteArrayWrapper.java +++ b/src/dorkbox/util/bytes/ByteArrayWrapper.java @@ -36,7 +36,7 @@ class ByteArrayWrapper { /** * Permits the re-use of a byte array. * - * @param copyBytes if TRUE, then the byteArray is copies. if FALSE, the byte array is uses as-is. + * @param copyBytes if TRUE, then the byteArray is copied. if FALSE, the byte array is used as-is. * Using FALSE IS DANGEROUS!!!! If the underlying byte array is modified, this changes as well. */ private