summaryrefslogtreecommitdiff
path: root/cmd/util/rpc.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/util/rpc.go')
-rw-r--r--cmd/util/rpc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/util/rpc.go b/cmd/util/rpc.go
index ee3414a6..8ff6720a 100644
--- a/cmd/util/rpc.go
+++ b/cmd/util/rpc.go
@@ -7,7 +7,7 @@ import (
"net/rpc"
)
-// RPCClient returns RPC client associated with given roadrunner service container.
+// RPCClient returns RPC client associated with given rr service container.
func RPCClient(container service.Container) (*rpc.Client, error) {
svc, st := container.Get(rrpc.ID)
if st < service.StatusOK {