From 3a2e982d4774993290a12c75f5918e3caec80d2b Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 12 Feb 2021 00:56:30 +0000 Subject: qom/object.c: Fix typo A simple typo (noticed by inspection). Signed-off-by: Doug Evans Message-Id: <000000000000530c7105bb191b33@google.com> Signed-off-by: Paolo Bonzini Signed-off-by: Doug Evans Signed-off-by: Paolo Bonzini --- qom/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qom/object.c b/qom/object.c index 491823d..6a01d56 100644 --- a/qom/object.c +++ b/qom/object.c @@ -695,7 +695,7 @@ static void object_finalize(void *data) /* Find the minimum alignment guaranteed by the system malloc. */ #if __STDC_VERSION__ >= 201112L -typddef max_align_t qemu_max_align_t; +typedef max_align_t qemu_max_align_t; #else typedef union { long l; -- cgit v1.1