We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef543c commit 142493cCopy full SHA for 142493c
1 file changed
dev-tools/mage/build.go
@@ -72,7 +72,7 @@ func DefaultBuildArgs() BuildArgs {
72
73
// positionIndependendCodeSupported checks if the target platform support position independen code (or ASLR).
74
//
75
-// The list of supported platforms is compiled based on the Go releasse notes: https://golang.org/doc/devel/release.html
+// The list of supported platforms is compiled based on the Go release notes: https://golang.org/doc/devel/release.html
76
// The list has been updated according to the Go version: 1.16
77
func positionIndependendCodeSupported() bool {
78
return oneOf(Platform.GOOS, "darwin") ||
0 commit comments