Skip to content

Commit

Permalink
Address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensf committed Nov 16, 2020
1 parent 7ac8d06 commit d14eb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/pkg/reader/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (fio *fileSeeker) Initialize() error {
type compressedSeeker struct {
fs ReadSeeker
encd *zstd.Encoder
// This keeps the encrypted data
// This keeps the compressed data
buf *bytes.Buffer
}

Expand Down

0 comments on commit d14eb66

Please sign in to comment.