Skip to content

Commit df63199

Browse files
committed
leveldb: fix typo.
R=dsymonds CC=golang-dev https://codereview.appspot.com/15340046
1 parent 08afe58 commit df63199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leveldb/version_edit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ func (b *bulkVersionEdit) apply(base *version, icmp db.Comparer) (*version, erro
347347
}
348348
}
349349

350-
// TODO: base.files[level] is already sorted. Instead than appending
350+
// TODO: base.files[level] is already sorted. Instead of appending
351351
// b.addFiles[level] to the end and sorting afterwards, it might be more
352352
// efficient to sort b.addFiles[level] and then merge the two sorted slices.
353353
if level == 0 {

0 commit comments

Comments
 (0)