summaryrefslogtreecommitdiff
path: root/service/rpc/system.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/rpc/system.go')
-rw-r--r--service/rpc/system.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/rpc/system.go b/service/rpc/system.go
index d1368a05..ffba3782 100644
--- a/service/rpc/system.go
+++ b/service/rpc/system.go
@@ -2,7 +2,7 @@ package rpc
import "github.com/spiral/roadrunner/service"
-// systemService service controls roadrunner server.
+// systemService service controls rr server.
type systemService struct {
c service.Container
}