[skip ci] Refine datacoord compaction trigger comment (#13491)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/13499/head
edward.zeng 2021-12-16 09:59:12 +08:00 committed by GitHub
parent d6b0a47248
commit 098e1375fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ func (t *compactionTrigger) startGlobalCompactionLoop() {
defer logutil.LogPanic()
defer t.wg.Done()
// If AutoCompaction diabled, global loop will not start
// If AutoCompaction disabled, global loop will not start
if !Params.EnableAutoCompaction {
return
}