qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] block: Fix spelling in comment (ineffcient -> i


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH] block: Fix spelling in comment (ineffcient -> inefficient)
Date: Wed, 18 Apr 2012 09:47:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

Am 17.04.2012 19:41, schrieb Stefan Weil:
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>  block/cow.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/block/cow.c b/block/cow.c
> index 8d3c9f8..a5a00eb 100644
> --- a/block/cow.c
> +++ b/block/cow.c
> @@ -103,7 +103,7 @@ static int cow_open(BlockDriverState *bs, int flags)
>  }
>  
>  /*
> - * XXX(hch): right now these functions are extremely ineffcient.
> + * XXX(hch): right now these functions are extremely inefficient.
>   * We should just read the whole bitmap we'll need in one go instead.
>   */
>  static inline int cow_set_bit(BlockDriverState *bs, int64_t bitnum)

Thanks, applied to the block branch.

Kevin



reply via email to

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