diff options
| author | Nat Makarevitch <nat@makarevitch.org> | 2022-05-16 22:11:33 +0800 |
|---|---|---|
| committer | Nat Makarevitch <nat@makarevitch.org> | 2022-05-16 22:11:33 +0800 |
| commit | b72f0634d7d7d736cee96477852a8d36e89ac1cb (patch) | |
| tree | 09e0cf1e66bd16519c364bb2f30192cd07c69b8a /unmaintained | |
| parent | 17c676cb86a5e9a7d2b9c8c6b1970c0350406fd0 (diff) | |
| download | seaweedfs-b72f0634d7d7d736cee96477852a8d36e89ac1cb.tar.xz seaweedfs-b72f0634d7d7d736cee96477852a8d36e89ac1cb.zip | |
minor (typos...), done while reading around
Diffstat (limited to 'unmaintained')
| -rw-r--r-- | unmaintained/fix_dat/fix_dat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unmaintained/fix_dat/fix_dat.go b/unmaintained/fix_dat/fix_dat.go index 70bce3bf9..457c5c592 100644 --- a/unmaintained/fix_dat/fix_dat.go +++ b/unmaintained/fix_dat/fix_dat.go @@ -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. |
