Index: service/info/context.go |
diff --git a/service/info/context.go b/service/info/context.go |
index 85823954e71a01614cf30994c612da8a8e10f7be..21d5000b420580c15a10b2a24715856df57e4964 100644 |
--- a/service/info/context.go |
+++ b/service/info/context.go |
@@ -33,7 +33,7 @@ func getUnfiltered(c context.Context) Interface { |
return nil |
} |
-// Get gets gets the Interface implementation from context. |
+// Get gets the Interface implementation from context. |
func Get(c context.Context) Interface { |
ret := getUnfiltered(c) |
if ret == nil { |