chore: fix typo (#21284)

pull/21355/head
LLThomas 2021-05-01 20:55:47 +08:00 committed by GitHub
parent 1550008d09
commit 531c984d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@ type indirectIndex struct {
// key.
offsets []byte
// minKey, maxKey are the minium and maximum (lexicographically sorted) contained in the
// minKey, maxKey are the minimum and maximum (lexicographically sorted) contained in the
// file
minKey, maxKey []byte