@samitouri / QOSamiQemu / commits / 7be831e05e

tests/Makefile.include: fix typo in comment

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Message-ID: <20260526110243.470002-3-alex.bennee@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Alex Bennée committed May 26, 2026 at 12:02 UTC 7be831e05e89debb8f7c4473084d02c5e8eb0554
1 file changed +1 -1
tests/Makefile.include
+1 -1
@@ -42,7 +42,7 @@ SPEED = quick
42
43
44 # TCG_TESTS_WITH_COMPILERS represents the test targets we have cross compiler
45 -# support for, CONFIGURED_TEST_TARGETS it what meson has finally
45 +# support for, CONFIGURED_TCG_TARGETS it what meson has finally
46 # configured having rejected stuff we can't build.
47 CONFIGURED_TCG_TARGETS=$(patsubst %-config-target.h, %, $(wildcard *-config-target.h))
48