correct spelling mistake

This commit is contained in:
Edward Betts 2017-09-01 11:40:44 +01:00
parent 3ba9789cfd
commit 0d05fa8278

View file

@ -65,7 +65,7 @@ func (c *Configuration) DeleteBuffer(size uint32) *Configuration {
return c return c
} }
// Give a large cache with a high read / write ratio, it's usually unecessary // Give a large cache with a high read / write ratio, it's usually unnecessary
// to promote an item on every Get. GetsPerPromote specifies the number of Gets // to promote an item on every Get. GetsPerPromote specifies the number of Gets
// a key must have before being promoted // a key must have before being promoted
// [3] // [3]