[skip ci] Refine datacoord garbage collector comment (#13430)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-12-15 18:25:43 +08:00 committed by GitHub
parent f59c131e6d
commit dbae087d21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ type GcOption struct {
}
// garbageCollector handles garbage files in object storage
// which could be dropped collection remnant or data node failure traces
// which could be dropped collection remanent or data node failure traces
type garbageCollector struct {
option GcOption
meta *meta