diff options
author | Dr. David Alan Gilbert | 2022-06-14 12:40:44 +0200 |
---|---|---|
committer | Laurent Vivier | 2022-06-28 11:06:02 +0200 |
commit | 118d4ed0453c325828e3678608cf32fd9c4a8c49 (patch) | |
tree | 5abedb7cc91f518db8c7e7380ed5c3920ae79ab6 /hw/scsi | |
parent | util: Return void on iova_tree_remove (diff) | |
download | qemu-118d4ed0453c325828e3678608cf32fd9c4a8c49.tar.gz qemu-118d4ed0453c325828e3678608cf32fd9c4a8c49.tar.xz qemu-118d4ed0453c325828e3678608cf32fd9c4a8c49.zip |
Trivial: 3 char repeat typos
Inspired by Julia Lawall's fixing of Linux
kernel comments, I looked at qemu, although I did it manually.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Reviewed-by: Klaus Jensen <k.jensen@samsung.com>
Message-Id: <20220614104045.85728-2-dgilbert@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/scsi')
-rw-r--r-- | hw/scsi/spapr_vscsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/scsi/spapr_vscsi.c b/hw/scsi/spapr_vscsi.c index a07a8e1523..e320ccaa23 100644 --- a/hw/scsi/spapr_vscsi.c +++ b/hw/scsi/spapr_vscsi.c @@ -1013,7 +1013,7 @@ static int vscsi_send_capabilities(VSCSIState *s, vscsi_req *req) } /* - * Current implementation does not suppport any migration or + * Current implementation does not support any migration or * reservation capabilities. Construct the response telling the * guest not to use them. */ |