From: Gabriela Bittencourt Date: Tue, 29 Oct 2019 22:35:56 +0000 (-0300) Subject: blk-mq: Fix typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7901b6e4e6ec5304a2e90e139fd607bec9e88778;p=linux.git blk-mq: Fix typo in comment Fix typo in words: 'vector' and 'query'. Signed-off-by: Gabriela Bittencourt Reviewed-by: Chaitanya Kulkarni Acked-by: Julia Lawall Signed-off-by: Jiri Kosina --- diff --git a/block/blk-mq-virtio.c b/block/blk-mq-virtio.c index 488341628256d..7b8a42c351026 100644 --- a/block/blk-mq-virtio.c +++ b/block/blk-mq-virtio.c @@ -16,7 +16,7 @@ * @first_vec: first interrupt vectors to use for queues (usually 0) * * This function assumes the virtio device @vdev has at least as many available - * interrupt vetors as @set has queues. It will then queuery the vector + * interrupt vectors as @set has queues. It will then query the vector * corresponding to each queue for it's affinity mask and built queue mapping * that maps a queue to the CPUs that have irq affinity for the corresponding * vector.