Skip to content

Commit 4af513f

Browse files
authored
fix typo error (#328)
“frm” -> "from"
1 parent 199a75b commit 4af513f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func (db *DB) openWalFiles() (*wal.WAL, error) {
168168
}
169169

170170
func (db *DB) loadIndex() error {
171-
// load index frm hint file
171+
// load index from hint file
172172
if err := db.loadIndexFromHintFile(); err != nil {
173173
return err
174174
}

0 commit comments

Comments
 (0)