aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2021-04-12 19:05:01 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2021-04-13 13:56:21 +0000
commit13a4e8c41cd1d242a435d44e7f66f370e5306a8c (patch)
treec00f0ce2faedde0c57ac47f0ebb3443093e83ffd /misc
parent3e5bba0a44b880541fb72220a883e259d0f34a83 (diff)
downloadgo-13a4e8c41cd1d242a435d44e7f66f370e5306a8c.tar.gz
go-13a4e8c41cd1d242a435d44e7f66f370e5306a8c.zip
all: simplify the spelling of Linux
The prefix didn't help clarify anything. Change-Id: I897fd4022ce9df42a548b15714e4b592618ca547 Reviewed-on: https://go-review.googlesource.com/c/go/+/309573 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Filippo Valsorda <filippo@golang.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/cgo/test/setgid_linux.go2
-rw-r--r--misc/cgo/testcarchive/carchive_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/cgo/test/setgid_linux.go b/misc/cgo/test/setgid_linux.go
index 6773f94d3d..7c64946cb3 100644
--- a/misc/cgo/test/setgid_linux.go
+++ b/misc/cgo/test/setgid_linux.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Test that setgid does not hang on GNU/Linux.
+// Test that setgid does not hang on Linux.
// See https://golang.org/issue/3871 for details.
package cgotest
diff --git a/misc/cgo/testcarchive/carchive_test.go b/misc/cgo/testcarchive/carchive_test.go
index ec717c4f8b..55be3c5f70 100644
--- a/misc/cgo/testcarchive/carchive_test.go
+++ b/misc/cgo/testcarchive/carchive_test.go
@@ -775,7 +775,7 @@ func TestSIGPROF(t *testing.T) {
// tool with -buildmode=c-archive, it passes -shared to the compiler,
// so we override that. The go tool doesn't work this way, but Bazel
// will likely do it in the future. And it ought to work. This test
-// was added because at one time it did not work on PPC GNU/Linux.
+// was added because at one time it did not work on PPC Linux.
func TestCompileWithoutShared(t *testing.T) {
// For simplicity, reuse the signal forwarding test.
checkSignalForwardingTest(t)