summaryrefslogtreecommitdiff
path: root/cmd/util
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-04 18:52:24 +0300
committerWolfy-J <[email protected]>2019-05-04 18:52:24 +0300
commit117a347b5234bce4168c332f5471855427399b7b (patch)
tree256eccc13a6a8f8e29684a9c4e0ed1892a4139ec /cmd/util
parent17c259e8e0a7988b4336643c4d180733663dbaa3 (diff)
polish
Diffstat (limited to 'cmd/util')
-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 {