This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=bb508d489a62fa589b3d44e1f7a0c38cabebcc59 commit bb508d489a62fa589b3d44e1f7a0c38cabebcc59 Author: Guillem Jover <[email protected]> AuthorDate: Thu Mar 10 23:29:03 2022 +0100 scripts/mk: Fix typo in comment Changelog: silent --- scripts/mk/buildtools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mk/buildtools.mk b/scripts/mk/buildtools.mk index b2ab2a2ac..fe67bf657 100644 --- a/scripts/mk/buildtools.mk +++ b/scripts/mk/buildtools.mk @@ -30,7 +30,7 @@ dpkg_datadir = $(srcdir)/mk include $(dpkg_datadir)/architecture.mk # We set the TOOL_FOR_BUILD variables to the specified value, and the TOOL -# variables (for the host) to the their triplet-prefixed form iff they are +# variables (for the host) to their triplet-prefixed form iff they are # not defined or contain the make built-in defaults. On native builds if # TOOL is defined and TOOL_FOR_BUILD is not, we fallback to use TOOL. define dpkg_buildtool_setvar -- Dpkg.Org's dpkg

