aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguosj <515878133@qq.com>2022-07-25 11:46:41 +0800
committerguosj <515878133@qq.com>2022-07-25 11:46:41 +0800
commitcc7a4b0a6e4bdcbaeab9038e5e47267d7e68038a (patch)
treeb00005b1a25ad8344cb1c9ccd602757fe597b23f
parent33cff6199219f4f8cb099fd95fdc8612cb32f562 (diff)
downloadseaweedfs-cc7a4b0a6e4bdcbaeab9038e5e47267d7e68038a.tar.xz
seaweedfs-cc7a4b0a6e4bdcbaeab9038e5e47267d7e68038a.zip
correct comment
-rw-r--r--weed/storage/volume_vacuum.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/storage/volume_vacuum.go b/weed/storage/volume_vacuum.go
index 143e6be6d..52e62ae1b 100644
--- a/weed/storage/volume_vacuum.go
+++ b/weed/storage/volume_vacuum.go
@@ -297,7 +297,7 @@ func (v *Volume) makeupDiff(newDatFileName, newIdxFileName, oldDatFileName, oldI
}
util.Uint32toBytes(idxEntryBytes[8:12], uint32(offset/NeedlePaddingSize))
} else { //deleted needle
- //fakeDelNeedle 's default Data field is nil
+ //fakeDelNeedle's default Data field is nil
fakeDelNeedle := new(needle.Needle)
fakeDelNeedle.Id = key
fakeDelNeedle.Cookie = 0x12345678