From c947ca18d358bd7165598d35a9ec2d47167869ee Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 7 Mar 2020 12:11:45 +0000 Subject: [PATCH] toolchain.eclass: tweak comment Signed-off-by: Sergei Trofimovich --- eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 05d13189d3dd..ece57dafbd75 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -593,7 +593,7 @@ toolchain_src_prepare() { # Prevent new texinfo from breaking old versions (see #198182, #464008) if tc_version_is_at_least 4.1; then - tc_apply_patches "Remove texinfo (bug #198182, bug ##464008)" "${FILESDIR}"/gcc-configure-texinfo.patch + tc_apply_patches "Remove texinfo (bug #198182, bug #464008)" "${FILESDIR}"/gcc-configure-texinfo.patch fi # >=gcc-4 -- 2.26.2