]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Fix doc comment
authorMatt Joiner <anacrolix@gmail.com>
Sun, 15 Jul 2018 02:56:28 +0000 (12:56 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 15 Jul 2018 02:56:28 +0000 (12:56 +1000)
storage/file.go

index dd22a0516ecdf97260135f455fb00abc0cc1d1bb..fd4d56014f6cb230529ddecc82e26108411eac7f 100644 (file)
@@ -36,7 +36,7 @@ func NewFileWithCompletion(baseDir string, completion PieceCompletion) ClientImp
        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)
 }