aboutsummaryrefslogtreecommitdiff
path: root/block/backup.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2018-07-12 21:51:20 +0200
committerKevin Wolf <kwolf@redhat.com>2018-07-23 16:50:43 +0200
commit50d6a8a352af164a3335d510af38b9545d568676 (patch)
treefbf59f048793f6f65e197ad5eba7fefdf66fcf47 /block/backup.c
parent4e04f3d91adf77bccf8903cb8a20ef5ddb9b2761 (diff)
downloadqemu-50d6a8a352af164a3335d510af38b9545d568676.zip
qemu-50d6a8a352af164a3335d510af38b9545d568676.tar.gz
qemu-50d6a8a352af164a3335d510af38b9545d568676.tar.bz2
block: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: John Snow <jsnow@redhat.com> Reviewed-by: Jeff Cody <jcody@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block/backup.c')
-rw-r--r--block/backup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/block/backup.c b/block/backup.c
index 319fc92..8630d32 100644
--- a/block/backup.c
+++ b/block/backup.c
@@ -91,7 +91,7 @@ static void cow_request_end(CowRequest *req)
}
/* Copy range to target with a bounce buffer and return the bytes copied. If
- * error occured, return a negative error number */
+ * error occurred, return a negative error number */
static int coroutine_fn backup_cow_with_bounce_buffer(BackupBlockJob *job,
int64_t start,
int64_t end,
@@ -148,7 +148,7 @@ fail:
}
-/* Copy range to target and return the bytes copied. If error occured, return a
+/* Copy range to target and return the bytes copied. If error occurred, return a
* negative error number. */
static int coroutine_fn backup_cow_with_offload(BackupBlockJob *job,
int64_t start,