Merge pull request #6545 from gyuho/grammar

wal: fix minor wording in comment
release-3.1
Gyu-Ho Lee 2016-09-28 09:34:43 -07:00 committed by GitHub
commit 0b8b40ccca
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ import (
)
// walPageBytes is the alignment for flushing records to the backing Writer.
// It should be a multiple of the minimum sector size so that WAL repair can
// safely between torn writes and ordinary data corruption.
// It should be a multiple of the minimum sector size so that WAL can safely
// distinguish between torn writes and ordinary data corruption.
const walPageBytes = 8 * minSectorSize
type encoder struct {