]> Cypherpunks repositories - gostls13.git/commitdiff
context: fix typo in comments
authorKenny Grant <kennygrant@gmail.com>
Tue, 31 May 2016 21:30:37 +0000 (22:30 +0100)
committerIan Lance Taylor <iant@golang.org>
Wed, 1 Jun 2016 00:09:32 +0000 (00:09 +0000)
Change-Id: I41310ec88c889fda79d80eaf4a742a1000284f60
Reviewed-on: https://go-review.googlesource.com/23591
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/context/context.go

index 169db74f57ffe0fead6a154ac4b81c1abda92498..fc2a56ebffc206002bea3d40b29db69fb1d8c269 100644 (file)
@@ -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