qemu-usb: fix spelling

Issue #4078
This commit is contained in:
Alexander Boettcher 2021-04-07 07:33:44 +02:00 committed by Norman Feske
parent 7b90f8f857
commit 4826bd82fe

View File

@ -786,7 +786,7 @@ typedef struct VMStateDescription
#define assert(cond) do { \
if (!(cond)) { \
qemu_printf("assertion faied: %s:%d\n", __FILE__, __LINE__); \
qemu_printf("assertion failed: %s:%d\n", __FILE__, __LINE__); \
int *d = (int *)0x0; \
*d = 1; \
}} while (0)