From: Stefan Hajnoczi Date: Mon, 12 Apr 2021 14:34:36 +0000 (+0100) Subject: libqos/qgraph: fix "UNAVAILBLE" typo X-Git-Tag: v6.1.0-rc0~123^2~15 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f62215298a3c38b3b64271f9c6a93ca2f28115a3;p=users%2Fdwmw2%2Fqemu.git libqos/qgraph: fix "UNAVAILBLE" typo Signed-off-by: Stefan Hajnoczi Message-Id: <20210412143437.727560-2-stefanha@redhat.com> Reviewed-by: Philippe Mathieu-Daudé Acked-by: Paolo Bonzini Signed-off-by: Thomas Huth --- diff --git a/tests/qtest/libqos/qgraph.c b/tests/qtest/libqos/qgraph.c index b3b1a31f81..d1dc491930 100644 --- a/tests/qtest/libqos/qgraph.c +++ b/tests/qtest/libqos/qgraph.c @@ -844,7 +844,7 @@ void qos_dump_graph(void) } qos_printf_literal("type=%d cmd_line='%s' [%s]\n", node->type, node->command_line, - node->available ? "available" : "UNAVAILBLE" + node->available ? "available" : "UNAVAILABLE" ); } g_list_free(keys);