From 02fde5982a2aca0b53d177b7a4953c5b7cf56a77 Mon Sep 17 00:00:00 2001 From: guoxiangzhou Date: Thu, 6 Jan 2022 13:05:59 +0800 Subject: [PATCH] [skip e2e] Modify code comments according to the naming conventions (#14894) Signed-off-by: guoxiangzhou --- internal/util/milvuserrors/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/util/milvuserrors/errors.go b/internal/util/milvuserrors/errors.go index 5313660c9d..ddf9a3d298 100644 --- a/internal/util/milvuserrors/errors.go +++ b/internal/util/milvuserrors/errors.go @@ -23,7 +23,7 @@ const ( MsgQueryCoordNotServing = "query coordinator is not serving" // MsgDataCoordNotServing means that data coordinator not serving MsgDataCoordNotServing = "data coordinator is not serving" - // MsgIndexCoordNotServing means that index coordinator not serving + // MsgIndexCoordNotServing means that IndexCoord not serving MsgIndexCoordNotServing = "index coordinator is not serving" // MsgProxyNotServing means that proxy node not serving MsgProxyNotServing = "proxy node is not serving"