From 42f314132f3d8b3f3bec125961e7a1d241e00970 Mon Sep 17 00:00:00 2001 From: LexLuthr <88259624+LexLuthr@users.noreply.github.com> Date: Mon, 8 Aug 2022 15:43:46 +0530 Subject: [PATCH] fix typo --- stores/dagstore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stores/dagstore.go b/stores/dagstore.go index eb30d507..248b8d3b 100644 --- a/stores/dagstore.go +++ b/stores/dagstore.go @@ -40,7 +40,7 @@ type DAGStoreWrapper interface { GetIterableIndexForPiece(pieceCid cid.Cid) (carindex.IterableIndex, error) - // DestroyShard initiates the registration of a new shard. + // DestroyShard initiates the destruction of an existing shard. // // This method returns an error synchronously if preliminary validation fails. // Otherwise, it queues the shard for destruction. The caller should monitor