From 3f31b3b42361b1d871ca0731707f4617d936f563 Mon Sep 17 00:00:00 2001 From: pinglanlu Date: Fri, 15 Nov 2024 14:50:57 +0800 Subject: [PATCH] chore: fix struct name in comment (#12689) Signed-off-by: pinglanlu --- storage/sealer/storiface/index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/sealer/storiface/index.go b/storage/sealer/storiface/index.go index 3bf69568741..b3f3c623510 100644 --- a/storage/sealer/storiface/index.go +++ b/storage/sealer/storiface/index.go @@ -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