mirror of
https://github.com/restic/restic.git
synced 2025-08-23 08:47:37 +00:00
Cleanup commets with feedback from @fw42
This commit is contained in:
@@ -53,7 +53,7 @@ func (c Chunk) Reader(r io.ReaderAt) io.Reader {
|
||||
return io.NewSectionReader(r, int64(c.Start), int64(c.Length))
|
||||
}
|
||||
|
||||
// Chunker split content with Rabin Fingerprints.
|
||||
// Chunker splits content with Rabin Fingerprints.
|
||||
type Chunker struct {
|
||||
pol Pol
|
||||
polShift uint
|
||||
|
Reference in New Issue
Block a user