qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] include/block: fixup typos


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2] include/block: fixup typos
Date: Mon, 13 Mar 2023 08:21:54 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

On 13/3/23 01:37, Wilfred Mallawa wrote:
From: Wilfred Mallawa <wilfred.mallawa@wdc.com>

Fixup a few minor typos

Signed-off-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
---

  v2:
  - Fixup typo in commit msg.

  include/block/aio-wait.h         | 2 +-
  include/block/block_int-common.h | 2 +-
  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

:)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

+ * @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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]