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 <dje@google.com> Message-Id: <000000000000530c7105bb191b33@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Doug Evans <dje@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent b7d77f5 commit 3a2e982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qom/object.c

Lines changed: 1 addition & 1 deletion
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)