summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorWilfred Mallawa <wilfred.mallawa@wdc.com>2023-03-13 10:37:45 +1000
committerKevin Wolf <kwolf@redhat.com>2023-04-25 13:17:28 +0200
commit04ae220dbcde7d06b04a5bbac856f29acc3777eb (patch)
treed2607124171a398d82cf3bd237840cdb57b00339
parent9612aa406e48167d64aa3f3b5714e194faadeceb (diff)
downloadfocaccia-qemu-04ae220dbcde7d06b04a5bbac856f29acc3777eb.tar.gz
focaccia-qemu-04ae220dbcde7d06b04a5bbac856f29acc3777eb.zip
include/block: fixup typos
Fixup a few minor typos

Signed-off-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
Message-Id: <20230313003744.55476-1-wilfred.mallawa@opensource.wdc.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
-rw-r--r--include/block/aio-wait.h2
-rw-r--r--include/block/block_int-common.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/block/aio-wait.h b/include/block/aio-wait.h
index da13357bb8..6e43e3b7bb 100644
--- a/include/block/aio-wait.h
+++ b/include/block/aio-wait.h
@@ -63,7 +63,7 @@ extern AioWait global_aio_wait;
  * @ctx: the aio context, or NULL if multiple aio contexts (for which the
  *       caller does not hold a lock) are involved in the polling condition.
  * @cond: wait while this conditional expression is true
- * @unlock: whether to unlock and then lock again @ctx. This apples
+ * @unlock: whether to unlock and then lock again @ctx. This applies
  * only when waiting for another AioContext from the main loop.
  * Otherwise it's ignored.
  *
diff --git a/include/block/block_int-common.h b/include/block/block_int-common.h
index f01bb8b617..013d419444 100644
--- a/include/block/block_int-common.h
+++ b/include/block/block_int-common.h
@@ -1260,7 +1260,7 @@ extern QemuOptsList bdrv_create_opts_simple;
 /*
  * Common functions that are neither I/O nor Global State.
  *
- * See include/block/block-commmon.h for more information about
+ * See include/block/block-common.h for more information about
  * the Common API.
  */