Skip to content

Commit 0da1b7c

Browse files
artek-koltunglimchb
authored andcommitted
fix(storage/nvme): typo in DeleteNvmeSubsystem description
Signed-off-by: Artsiom Koltun <[email protected]>
1 parent 745259b commit 0da1b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/nvme_subsystem.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func (c *Client) CreateNvmeSubsystem(
3737
return response, err
3838
}
3939

40-
// DeleteNvmeSubsystem deletes an nvme namespace
40+
// DeleteNvmeSubsystem deletes an nvme subsystem
4141
func (c *Client) DeleteNvmeSubsystem(
4242
ctx context.Context,
4343
name string,

0 commit comments

Comments
 (0)