diff --git a/command/agent/event_endpoint.go b/command/agent/event_endpoint.go index 84d2550c5..6735d66b6 100644 --- a/command/agent/event_endpoint.go +++ b/command/agent/event_endpoint.go @@ -97,7 +97,7 @@ func (s *HTTPServer) EventList(resp http.ResponseWriter, req *http.Request) (int nameFilter = filt } - // Lots of this logic is borrowed from consul/rpc.go:blockingRPC + // Lots of this logic is borrowed from consul/rpc.go:blockingQuery // However we cannot use that directly since this code has some // slight semantics differences... var timeout <-chan time.Time