summaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorGabriela Bittencourt <gabrielabittencourt00@gmail.com>2019-10-29 19:35:56 -0300
committerJiri Kosina <jkosina@suse.cz>2020-03-17 20:55:21 +0100
commit7901b6e4e6ec5304a2e90e139fd607bec9e88778 (patch)
tree971d4bfa1e000745750c7680f6d09aa21bdf0860 /block
parent023f270b44cd2df0741c2c6a1587ee698d8cc7c8 (diff)
blk-mq: Fix typo in comment
Fix typo in words: 'vector' and 'query'. Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@gmail.com> Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'block')
-rw-r--r--block/blk-mq-virtio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-mq-virtio.c b/block/blk-mq-virtio.c
index 488341628256..7b8a42c35102 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.