Fix typo in comment (#5088)

master
Frank Wessels 7 years ago committed by Nitish Tiwari
parent e65d8fdc7d
commit f598f4fd1b
  1. 2
      cmd/xl-v1-object.go

@ -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…
Cancel
Save