Fix some typos in comment

Signed-off-by: zhoulin xie <zhoulin.xie@daocloud.io>
This commit is contained in:
zhoulin xie
2019-01-17 15:50:46 +08:00
parent e98e307f3f
commit ae1b7ac4fd
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ import (
type Snapshot struct {
// Key is the key of the snapshot
Key string
// Kind is the kind of the snapshot (active, commited, view)
// Kind is the kind of the snapshot (active, committed, view)
Kind snapshot.Kind
// Size is the size of the snapshot in bytes.
Size uint64