From c3f8ad3a6e420f82f1240736903ba94f7800198d Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 31 Jul 2017 21:58:17 +0200 Subject: [PATCH] Fixed comment typos --- src/dorkbox/util/bytes/ByteArrayWrapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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