minor (typos...), done while reading around

This commit is contained in:
Nat Makarevitch
2022-05-16 22:11:33 +08:00
parent 17c676cb86
commit b72f0634d7
5 changed files with 22 additions and 24 deletions

View File

@@ -24,7 +24,7 @@ var (
/*
This is to resolve an one-time issue that caused inconsistency with .dat and .idx files.
In this case, the .dat file contains all data, but some of deletion caused incorrect offset.
In this case, the .dat file contains all data, but some deletion caused incorrect offset.
The .idx has all correct offsets.
1. fix the .dat file, a new .dat_fixed file will be generated.