[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/7] hw/ide/core: Trivial typo fix
From: |
Li Qiang |
Subject: |
Re: [PATCH 2/7] hw/ide/core: Trivial typo fix |
Date: |
Sat, 15 Aug 2020 11:18:46 +0800 |
Philippe Mathieu-Daudé <f4bug@amsat.org> 于2020年8月14日周五 下午4:29写道:
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
> ---
> hw/ide/core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/ide/core.c b/hw/ide/core.c
> index d997a78e47..f76f7e5234 100644
> --- a/hw/ide/core.c
> +++ b/hw/ide/core.c
> @@ -709,7 +709,7 @@ void ide_cancel_dma_sync(IDEState *s)
> /*
> * We can't cancel Scatter Gather DMA in the middle of the
> * operation or a partial (not full) DMA transfer would reach
> - * the storage so we wait for completion instead (we beahve
> + * the storage so we wait for completion instead (we behave
> * like if the DMA was completed by the time the guest trying
> * to cancel dma with bmdma_cmd_writeb with BM_CMD_START not
> * set).
> --
> 2.21.3
>
>
- [PATCH 0/7] block: Use definitions instead of magic values, Philippe Mathieu-Daudé, 2020/08/14
- [PATCH 1/7] block/null: Make more explicit the driver default size is 1GiB, Philippe Mathieu-Daudé, 2020/08/14
- [PATCH 2/7] hw/ide/core: Trivial typo fix, Philippe Mathieu-Daudé, 2020/08/14
- [PATCH 3/7] hw/ide/core: Replace magic '512' value by BDRV_SECTOR_SIZE, Philippe Mathieu-Daudé, 2020/08/14
- [PATCH 4/7] hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZE, Philippe Mathieu-Daudé, 2020/08/14
- [PATCH 5/7] hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZE, Philippe Mathieu-Daudé, 2020/08/14