diff mbox

block: Fix spelling in comment (ineffcient -> inefficient)

Message ID 1334684468-2522-1-git-send-email-sw@weilnetz.de
State Accepted
Headers show

Commit Message

Stefan Weil April 17, 2012, 5:41 p.m. UTC
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 block/cow.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Kevin Wolf April 18, 2012, 7:47 a.m. UTC | #1
Am 17.04.2012 19:41, schrieb Stefan Weil:
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  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
diff mbox

Patch

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)