]> Cypherpunks repositories - gostls13.git/commitdiff
test/fixedbugs: fix typo in comment
authorDave Cheney <dave@cheney.net>
Sun, 29 Jun 2014 10:34:35 +0000 (20:34 +1000)
committerDave Cheney <dave@cheney.net>
Sun, 29 Jun 2014 10:34:35 +0000 (20:34 +1000)
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

test/fixedbugs/issue8074.go

index 776563ac28972fafef37050d32e89780447eccfe..aedab240e3924233f0157f0d9eed166ebe6ef9d3 100644 (file)
@@ -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