From cdab13668a57c5b69dde5602d58752d786d4cb29 Mon Sep 17 00:00:00 2001 From: Xieql Date: Tue, 21 Dec 2021 15:23:17 +0800 Subject: [PATCH] [skip e2e] improve annotation (#13827) Signed-off-by: Xieql <727092844@qq.com> --- internal/util/sessionutil/session_util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/util/sessionutil/session_util.go b/internal/util/sessionutil/session_util.go index 3d9996c7c1..f144bdca24 100644 --- a/internal/util/sessionutil/session_util.go +++ b/internal/util/sessionutil/session_util.go @@ -346,7 +346,7 @@ func (w *sessionWatcher) start() { // typeutil.type.go. // revision is a etcd reversion to prevent missing key events and can be obtained // in GetSessions. -// If a server up, a event will be add to channel with eventType SessionAddType. +// If a server up, an event will be add to channel with eventType SessionAddType. // If a server down, a event will be add to channel with eventType SessionDelType. func (s *Session) WatchServices(prefix string, revision int64, rewatch Rewatch) (eventChannel <-chan *SessionEvent) { w := &sessionWatcher{