diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:26:53 +0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-20 07:54:34 +0300 |
| commit | 2431f4f184339f679ff665c75e927fc24f7bd430 (patch) | |
| tree | 443d91e6215ebb3aa9961c112786a975fa4b95bf /hw/net/vmxnet3.h | |
| parent | bad5cfcd609f4a04e499da814cbec4dc45114804 (diff) | |
| download | focaccia-qemu-2431f4f184339f679ff665c75e927fc24f7bd430.tar.gz focaccia-qemu-2431f4f184339f679ff665c75e927fc24f7bd430.zip | |
hw/net: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/net/vmxnet3.h')
| -rw-r--r-- | hw/net/vmxnet3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/vmxnet3.h b/hw/net/vmxnet3.h index bf4f6de74a..f9283f9e7b 100644 --- a/hw/net/vmxnet3.h +++ b/hw/net/vmxnet3.h @@ -733,7 +733,7 @@ struct Vmxnet3_TxQueueDesc { struct Vmxnet3_RxQueueDesc { struct Vmxnet3_RxQueueCtrl ctrl; struct Vmxnet3_RxQueueConf conf; - /* Driver read after a GET commad */ + /* Driver read after a GET command */ struct Vmxnet3_QueueStatus status; struct UPT1_RxStats stats; u8 __pad[88]; /* 128 aligned */ |