[#1186] blobstor: Fix comment

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-03-04 15:56:46 +03:00 committed by Alex Vanin
parent b33fb0f739
commit 2b5550ccf6

View file

@ -588,7 +588,7 @@ func (b *blobovniczas) getObjectRange(blz *blobovnicza.Blobovnicza, prm *GetRang
// we don't use GetRange call for now since blobovnicza
// stores data that is compressed on BlobStor side.
// If blobovnicza learns to do the compression itself,
// wecan start using GetRange.
// we can start using GetRange.
res, err := blz.Get(gPrm)
if err != nil {
return nil, err