Skip to content

Commit

Permalink
qom/object.c: Fix typo
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
xdje42 authored and bonzini committed Feb 25, 2021
1 parent b7d77f5 commit 3a2e982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qom/object.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3a2e982

Please sign in to comment.