mirror of
https://github.com/minio/minio.git
synced 2025-01-23 12:43:16 -05:00
Fix typo in comment (#5088)
This commit is contained in:
parent
e65d8fdc7d
commit
f598f4fd1b
@ -513,7 +513,7 @@ func (xl xlObjects) PutObject(bucket string, object string, data *HashReader, me
|
||||
return ObjectInfo{}, toObjectErr(err, bucket, object)
|
||||
}
|
||||
|
||||
// Alloc additional space for parity blocks created while erasure codinga
|
||||
// Alloc additional space for parity blocks created while erasure coding
|
||||
buffer := make([]byte, partsMetadata[0].Erasure.BlockSize, 2*partsMetadata[0].Erasure.BlockSize)
|
||||
|
||||
// Read data and split into parts - similar to multipart mechanism
|
||||
|
Loading…
x
Reference in New Issue
Block a user