From: Kenny Grant Date: Tue, 31 May 2016 21:30:37 +0000 (+0100) Subject: context: fix typo in comments X-Git-Tag: go1.7beta1~17 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=04acd625d7a1044c8ca78464f6727276577ffb3d;p=gostls13.git context: fix typo in comments Change-Id: I41310ec88c889fda79d80eaf4a742a1000284f60 Reviewed-on: https://go-review.googlesource.com/23591 Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- 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