summaryrefslogtreecommitdiff
path: root/hw/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/usb.c')
-rw-r--r--hw/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb.c b/hw/usb.c
index efbc6dbe98..17cb8df367 100644
--- a/hw/usb.c
+++ b/hw/usb.c
@@ -140,7 +140,7 @@ int usb_generic_handle_packet(USBDevice *s, USBPacket *p)
s->setup_state = SETUP_STATE_IDLE;
/* transfer OK */
} else {
- /* ignore additionnal output */
+ /* ignore additional output */
}
break;
case SETUP_STATE_DATA: