This commit is contained in:
Derek Collison
2014-04-16 09:25:13 -07:00
parent ff2e2d40ae
commit 98b7482b68

View File

@@ -28,7 +28,7 @@ const (
const (
// CLIENT is an end user.
CLIENT = iota
// ROUTER is another routers in the cluster.
// ROUTER is another router in the cluster.
ROUTER
)