greatroar преди 5 години
родител
ревизия
bbd769d4f7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lz4.go

+ 1 - 1
lz4.go

@@ -98,7 +98,7 @@ func blockSizeValueToIndex(size int) byte {
 // (http://fastcompression.blogspot.com/2013/04/lz4-streaming-format-final.html).
 //
 // NB. in a Reader, in case of concatenated frames, the Header values may change between Read() calls.
-// It is the caller responsibility to check them if necessary.
+// It is the caller's responsibility to check them if necessary.
 type Header struct {
 	BlockChecksum    bool   // Compressed blocks checksum flag.
 	NoChecksum       bool   // Frame checksum flag.