diff options
| author | Dave Cheney <dave@cheney.net> | 2014-06-29 20:34:35 +1000 |
|---|---|---|
| committer | Dave Cheney <dave@cheney.net> | 2014-06-29 20:34:35 +1000 |
| commit | 3e692becfe69a7b80dbf4af983eb620f65549f02 (patch) | |
| tree | 928b66304b78843942bd40e14b23366fac62aa73 | |
| parent | 5bfe8adee5100444cdde78d4897d1673df96c813 (diff) | |
| download | go-3e692becfe69a7b80dbf4af983eb620f65549f02.tar.xz | |
test/fixedbugs: fix typo in comment
Fix copy paste error pointed out by rsc, https://golang.org/cl/107290043/diff/60001/test/fixedbugs/issue8074.go#newcode7
LGTM=ruiu, r
R=golang-codereviews, ruiu, r
CC=golang-codereviews
https://golang.org/cl/106210047
| -rw-r--r-- | test/fixedbugs/issue8074.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue8074.go b/test/fixedbugs/issue8074.go index 776563ac28..aedab240e3 100644 --- a/test/fixedbugs/issue8074.go +++ b/test/fixedbugs/issue8074.go @@ -4,7 +4,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// issue 8073. +// issue 8074. // was "cannot take the address of 1" package main |
