From 2b7b8cb2a16413ef78f8574af1bac6df8275b6ef Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Sat, 7 Jun 2014 16:53:18 -0700 Subject: [PATCH] Fix typo --- web/middleware.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/middleware.go b/web/middleware.go index 03e04e7..a91b9ad 100644 --- a/web/middleware.go +++ b/web/middleware.go @@ -110,7 +110,7 @@ func (m *mStack) alloc() *cStack { // This is a little sloppy: this is only safe if this pointer // dereference is atomic. Maybe someday I'll replace it with // sync/atomic, but for now I happen to know that on all the - // architecures I care about it happens to be atomic. + // architectures I care about it happens to be atomic. p := m.pool var cs *cStack select {