From 33f79deb3a6900aa8348ec86e2b01904258c6eda Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 12 Sep 2024 12:01:02 -0700 Subject: [PATCH] tool/go: fix typo in comment Updates #cleanup Signed-off-by: Brad Fitzpatrick --- tool/go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/go b/tool/go index 28734f0..4d6ed16 100755 --- a/tool/go +++ b/tool/go @@ -61,8 +61,8 @@ if [[ -z "${TOOLCHAINDIR}" ]]; then esac fi else - # fdroid supplies it's own toolchain, rather than using ours. + # fdroid supplies its own toolchain, rather than using ours. toolchain="${TOOLCHAINDIR}" fi -exec "${toolchain}/bin/go" "$@" \ No newline at end of file +exec "${toolchain}/bin/go" "$@"