Skip to content

Commit 33f79de

Browse files
committed
tool/go: fix typo in comment
Updates #cleanup Signed-off-by: Brad Fitzpatrick <[email protected]>
1 parent 28712da commit 33f79de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool/go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ if [[ -z "${TOOLCHAINDIR}" ]]; then
6161
esac
6262
fi
6363
else
64-
# fdroid supplies it's own toolchain, rather than using ours.
64+
# fdroid supplies its own toolchain, rather than using ours.
6565
toolchain="${TOOLCHAINDIR}"
6666
fi
6767

68-
exec "${toolchain}/bin/go" "$@"
68+
exec "${toolchain}/bin/go" "$@"

0 commit comments

Comments
 (0)