]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go/internal/modload: remove aix from stat_openfile.go comment
authorTobias Klauser <tklauser@distanz.ch>
Tue, 29 Mar 2022 06:51:16 +0000 (08:51 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 12 Apr 2022 16:45:11 +0000 (16:45 +0000)
syscall.Access is supported and used on aix since CL 263540.

Change-Id: Ie50cc3da68b49b22d622d94faec0231c52502037
Reviewed-on: https://go-review.googlesource.com/c/go/+/396374
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/internal/modload/stat_openfile.go

index ff7c124af58a28c6da3ddfe48d144f935a1afdfb..5773073d903554c063545c55c9e94be9c05f8e28 100644 (file)
@@ -8,7 +8,7 @@
 // are checked by the server and group information is not known to the client,
 // access must open the file to check permissions.”
 //
-// aix and js,wasm are similar, in that they do not define syscall.Access.
+// js,wasm is similar, in that it does not define syscall.Access.
 
 package modload