qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] qom/object.c: Fix typo


From: Doug Evans
Subject: [PATCH] qom/object.c: Fix typo
Date: Fri, 12 Feb 2021 00:56:30 +0000

A simple typo (noticed by inspection).

commit ccdffd2c10c5e4447d5e462a6ad2f351df502dee
Author: Doug Evans <dje@google.com>
Date:   Thu Feb 11 16:29:13 2021 -0800

    qom/object.c: Fix typo
    
    Signed-off-by: Doug Evans <dje@google.com>

diff --git a/qom/object.c b/qom/object.c
index 491823db4a..6a01d56546 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]