Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1063 from jyizheng/myupstream
Browse files Browse the repository at this point in the history
fix comment for localStorage
  • Loading branch information
yeya24 authored Nov 12, 2019
2 parents e026d27 + e907850 commit dfd3a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supernode/store/local_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func unLock(path string, offset int64, ro bool) {
fileLocker.ReleaseLock(getLockKey(path, offset), ro)
}

// localStorage is one of the implementations of StorageDriver by locally.
// localStorage is one of the implementations of StorageDriver using local file system.
type localStorage struct {
// BaseDir is the dir that local storage driver will store content based on it.
BaseDir string `yaml:"baseDir"`
Expand Down

0 comments on commit dfd3a8c

Please sign in to comment.