tool/go: fix typo in comment

Updates #cleanup

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
pull/499/head
Brad Fitzpatrick 1 year ago committed by Brad Fitzpatrick
parent 28712da8d0
commit 33f79deb3a

@ -61,7 +61,7 @@ if [[ -z "${TOOLCHAINDIR}" ]]; then
esac esac
fi fi
else else
# fdroid supplies it's own toolchain, rather than using ours. # fdroid supplies its own toolchain, rather than using ours.
toolchain="${TOOLCHAINDIR}" toolchain="${TOOLCHAINDIR}"
fi fi

Loading…
Cancel
Save