Skip to content

Commit 142493c

Browse files
author
Steffen Siering
authored
fix typo
1 parent 8ef543c commit 142493c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-tools/mage/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func DefaultBuildArgs() BuildArgs {
7272

7373
// positionIndependendCodeSupported checks if the target platform support position independen code (or ASLR).
7474
//
75-
// The list of supported platforms is compiled based on the Go releasse notes: https://golang.org/doc/devel/release.html
75+
// The list of supported platforms is compiled based on the Go release notes: https://golang.org/doc/devel/release.html
7676
// The list has been updated according to the Go version: 1.16
7777
func positionIndependendCodeSupported() bool {
7878
return oneOf(Platform.GOOS, "darwin") ||

0 commit comments

Comments
 (0)