Fixed comment typos

This commit is contained in:
nathan 2017-07-31 21:58:17 +02:00
parent 94eadc2add
commit c3f8ad3a6e
1 changed files with 1 additions and 1 deletions

View File

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