summaryrefslogtreecommitdiffstats
path: root/identity/identity.go
diff options
context:
space:
mode:
Diffstat (limited to 'identity/identity.go')
-rw-r--r--identity/identity.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/identity/identity.go b/identity/identity.go
index 033409b80..e73951caf 100644
--- a/identity/identity.go
+++ b/identity/identity.go
@@ -20,7 +20,7 @@ import (
"sync/atomic"
)
-// NewIdentityManager creates a new Manager starting at id.
+// NewManager creates a new Manager starting at id.
func NewManager(id Provider) Manager {
return &identityManager{
Provider: id,