mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
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
This commit is contained in:
parent
5bfe8adee5
commit
3e692becfe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue