storage/file.go | 2 +- diff --git a/storage/file.go b/storage/file.go index dd22a0516ecdf97260135f455fb00abc0cc1d1bb..fd4d56014f6cb230529ddecc82e26108411eac7f 100644 --- a/storage/file.go +++ b/storage/file.go @@ -36,7 +36,7 @@ func NewFileWithCompletion(baseDir string, completion PieceCompletion) ClientImpl { return newFileWithCustomPathMakerAndCompletion(baseDir, nil, completion) } -// All Torrent data stored in subdirectorys by infohash +// File storage with data partitioned by infohash. func NewFileByInfoHash(baseDir string) ClientImpl { return NewFileWithCustomPathMaker(baseDir, infoHashPathMaker) }