mirror of https://github.com/minio/minio.git
				
				
				
			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…
	
		Reference in New Issue