diff --git a/server/id/id.go b/server/id/id.go index f2e4be96..f797dbff 100644 --- a/server/id/id.go +++ b/server/id/id.go @@ -18,7 +18,7 @@ package id import "context" -// Allocator defines the id allocator on the ceresdb cluster meta info. +// Allocator defines the id allocator on the horaedb cluster meta info. type Allocator interface { // Alloc allocs a unique id. Alloc(ctx context.Context) (uint64, error)