Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit e907850

Browse files
committed
Squashed commit of the following:
commit e765bb7 Author: yizheng <[email protected]> Date: Mon Nov 11 14:04:24 2019 -0500 docs: fix comment for localStorage struct Signed-off-by: yizheng <[email protected]> Signed-off-by: yizheng <[email protected]>
1 parent e026d27 commit e907850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supernode/store/local_storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func unLock(path string, offset int64, ro bool) {
5757
fileLocker.ReleaseLock(getLockKey(path, offset), ro)
5858
}
5959

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

0 commit comments

Comments
 (0)