commit: 9cc43baef9c8a70213a48815d38cc395084f3902 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 19 17:06:32 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 19 17:06:32 2025 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=9cc43bae
wrappers: site: cleanup typo & link in comments Signed-off-by: Sam James <sam <AT> gentoo.org> wrappers/site/linux | 2 +- wrappers/site/linux-gnu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wrappers/site/linux b/wrappers/site/linux index cb6b191..0190908 100644 --- a/wrappers/site/linux +++ b/wrappers/site/linux @@ -22,7 +22,7 @@ gio_can_sniff=yes # everywhere, mark the test as yes. ac_cv_func_mmap_fixed_mapped=yes -# coreutils. https://bugs.gentoo.org/show_bug.cgi?id=177061 +# coreutils. https://bugs.gentoo.org/177061 fu_cv_sys_stat_statvfs=yes gl_cv_func_rename_trailing_dest_slash_bug=no gl_cv_func_rename_trailing_slash_bug=no diff --git a/wrappers/site/linux-gnu b/wrappers/site/linux-gnu index 102be13..882c26d 100644 --- a/wrappers/site/linux-gnu +++ b/wrappers/site/linux-gnu @@ -14,7 +14,7 @@ gl_cv_func_re_compile_pattern_working=yes ac_cv_have_abstract_sockets=yes # autoconf-provided macros. -# The AC_FUNC_WAIT3 macro uses AC_RUN. Iit's obsolete, but some still use it. +# The AC_FUNC_WAIT3 macro uses AC_RUN. It's obsolete, but some still use it. ac_cv_func_wait3_rusage=yes # app-admin/sudo-1.7.2_p1
