Fix typo in comment (#26951)

Signed-off-by: unfode <forrest.futao.wei@gmail.com>
pull/26961/head
Futao Wei 2023-09-09 08:13:16 -04:00 committed by GitHub
parent e5dab53eb2
commit ad1cc00a18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ func (node *Proxy) UpdateStateCode(code commonpb.StateCode) {
node.stateCode.Store(code)
}
// GetComponentStates get state of Proxy.
// GetComponentStates gets the state of Proxy.
func (node *Proxy) GetComponentStates(ctx context.Context) (*milvuspb.ComponentStates, error) {
stats := &milvuspb.ComponentStates{
Status: merr.Status(nil),