Skip to content

Commit

Permalink
fix small typo ("duing" to "during") (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewDolan authored and Ibrahim Jarif committed Sep 6, 2019
1 parent fbcd608 commit 7e99a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.go
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ func (db *DB) updateSize(lc *y.Closer) {
// RunValueLogGC triggers a value log garbage collection.
//
// It picks value log files to perform GC based on statistics that are collected
// duing compactions. If no such statistics are available, then log files are
// during compactions. If no such statistics are available, then log files are
// picked in random order. The process stops as soon as the first log file is
// encountered which does not result in garbage collection.
//
Expand Down

0 comments on commit 7e99a81

Please sign in to comment.