]> git.proxmox.com Git - qemu.git/blobdiff - block/cow.c
block: move include files to include/block/
[qemu.git] / block / cow.c
index 8d3c9f873cd5081371f58bc2a48ef0b88476d019..1438ae1e3b4e3a222c52069059d8253321ed47b6 100644 (file)
@@ -22,7 +22,7 @@
  * THE SOFTWARE.
  */
 #include "qemu-common.h"
-#include "block_int.h"
+#include "block/block_int.h"
 #include "module.h"
 
 /**************************************************************/
@@ -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)