diff mbox series

[trivial] qapi: spelling fix (addtional)

Message ID 20210508093315.393274-1-mjt@msgid.tls.msk.ru
State New
Headers show
Series [trivial] qapi: spelling fix (addtional) | expand

Commit Message

Michael Tokarev May 8, 2021, 9:33 a.m. UTC
Fixes: 3d0d3c30ae3a259bff176f85a3efa2d0816695af
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 qapi/qom.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Kevin Wolf May 10, 2021, 10:02 a.m. UTC | #1
Am 08.05.2021 um 11:33 hat Michael Tokarev geschrieben:
> Fixes: 3d0d3c30ae3a259bff176f85a3efa2d0816695af
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>

Reviewed-by: Kevin Wolf <kwolf@redhat.com>

I'm also applying this to my block branch because this is how the patch
that introduced it was merged, but if qemu-trivial merges first, this is
fine.

Kevin
Laurent Vivier May 13, 2021, 3:57 p.m. UTC | #2
Le 10/05/2021 à 12:02, Kevin Wolf a écrit :
> Am 08.05.2021 um 11:33 hat Michael Tokarev geschrieben:
>> Fixes: 3d0d3c30ae3a259bff176f85a3efa2d0816695af
>> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> 
> Reviewed-by: Kevin Wolf <kwolf@redhat.com>
> 
> I'm also applying this to my block branch because this is how the patch
> that introduced it was merged, but if qemu-trivial merges first, this is
> fine.
> 
> Kevin
> 
> 

Applied to my trivial-patches branch.

Thanks,
Laurent
diff mbox series

Patch

diff --git a/qapi/qom.json b/qapi/qom.json
index cd0e76d564..40d70c434a 100644
--- a/qapi/qom.json
+++ b/qapi/qom.json
@@ -251,8 +251,8 @@ 
 #
 # @max_queue_size: the maximum number of packets to keep in the queue for
 #                  comparing with incoming packets from @secondary_in.  If the
-#                  queue is full and addtional packets are received, the
-#                  addtional packets are dropped. (default: 1024)
+#                  queue is full and additional packets are received, the
+#                  additional packets are dropped. (default: 1024)
 #
 # @vnet_hdr_support: if true, vnet header support is enabled (default: false)
 #