Skip to content

Commit 3a2e982

Browse files
xdje42bonzini
authored andcommitted
qom/object.c: Fix typo
A simple typo (noticed by inspection). Signed-off-by: Doug Evans <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]> Signed-off-by: Doug Evans <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent b7d77f5 commit 3a2e982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qom/object.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ static void object_finalize(void *data)
695695

696696
/* Find the minimum alignment guaranteed by the system malloc. */
697697
#if __STDC_VERSION__ >= 201112L
698-
typddef max_align_t qemu_max_align_t;
698+
typedef max_align_t qemu_max_align_t;
699699
#else
700700
typedef union {
701701
long l;

0 commit comments

Comments
 (0)