Cleanup commets with feedback from @fw42

This commit is contained in:
Alexander Neumann
2015-05-02 17:01:31 +02:00
parent c9664e9eac
commit ba1125df10
3 changed files with 9 additions and 5 deletions

View File

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