summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/context/context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/context.go b/src/context/context.go
index 169db74f57..fc2a56ebff 100644
--- a/src/context/context.go
+++ b/src/context/context.go
@@ -107,7 +107,7 @@ type Context interface {
// collisions.
//
// Packages that define a Context key should provide type-safe accessors
- // for the values stores using that key:
+ // for the values stored using that key:
//
// // Package user defines a User type that's stored in Contexts.
// package user