]> Cypherpunks repositories - gostls13.git/commitdiff
misc/ios: fix wording for command line instructions
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 29 Dec 2020 21:37:06 +0000 (21:37 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 29 Dec 2020 21:49:26 +0000 (21:49 +0000)
A typo was made, which I noticed while looking through the recent master
commits.

Change-Id: Ieed5d6664a1f3ff5892d59abf194963b44ef0e55
Reviewed-on: https://go-review.googlesource.com/c/go/+/280454
Trust: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
misc/ios/README

index 5e7186272845ae74e31f761632bbf4a0c613d0f2..0f5e9e335ea000251c469d6e80b3d6ae897254a6 100644 (file)
@@ -8,7 +8,7 @@ set to the clang wrapper that invokes clang for iOS. For example, this command r
        GOOS=ios GOARCH=amd64 CGO_ENABLED=1 CC_FOR_TARGET=$(pwd)/../misc/ios/clangwrap.sh ./all.bash
 
 If CC_FOR_TARGET is not set when the toolchain is built (make.bash or all.bash), CC
-can be set at commond line. For example,
+can be set on the command line. For example,
 
        GOOS=ios GOARCH=amd64 CGO_ENABLED=1 CC=$(go env GOROOT)/misc/ios/clangwrap.sh go build