Skip to content

Commit

Permalink
chore: fix struct name in comment (#12689)
Browse files Browse the repository at this point in the history
Signed-off-by: pinglanlu <[email protected]>
  • Loading branch information
pinglanlu authored Nov 15, 2024
1 parent d947be0 commit 3f31b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/sealer/storiface/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type StorageInfo struct {
// storage path
MaxStorage uint64

// CanStore is true when the path is allowed to be used for io-intensive
// CanSeal is true when the path is allowed to be used for io-intensive
// sealing operations
CanSeal bool

Expand Down

0 comments on commit 3f31b3b

Please sign in to comment.