]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/Makefile.include: fix typo in comment
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 26 May 2026 11:02:30 +0000 (12:02 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 28 May 2026 20:28:37 +0000 (21:28 +0100)
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>
tests/Makefile.include

index a063a1d60fe0711a20bec50a02f112507b8302e7..3b1af78ca1e2d2035b15dd5fe66bbfc994229d19 100644 (file)
@@ -42,7 +42,7 @@ SPEED = quick
 
 
 # TCG_TESTS_WITH_COMPILERS represents the test targets we have cross compiler
-# support for, CONFIGURED_TEST_TARGETS it what meson has finally
+# support for, CONFIGURED_TCG_TARGETS it what meson has finally
 # configured having rejected stuff we can't build.
 CONFIGURED_TCG_TARGETS=$(patsubst %-config-target.h, %, $(wildcard *-config-target.h))