Fix comments

This commit is contained in:
Taro L. Saito 2011-06-04 12:00:06 +09:00
parent 3be7c243cb
commit 712c3f6c2b
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class Snappy
}
public static byte[] compress(char[] input) {
return rawCompress(input, input.length * 2); // short uses 2 bytes
return rawCompress(input, input.length * 2); // char uses 2 bytes
}
public static byte[] compress(double[] input) {