diff options
| author | Stefan Weil | 2013-07-24 19:48:56 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2013-07-27 09:22:54 +0200 |
| commit | 52f350227f737b649f09e56ed32eaf1265605611 (patch) | |
| tree | 1b7e6ca98b600cc8f94c62926e8220709585474f /block | |
| parent | linux-user: correct argument number for sys_mremap and sys_splice (diff) | |
| download | qemu-52f350227f737b649f09e56ed32eaf1265605611.tar.gz qemu-52f350227f737b649f09e56ed32eaf1265605611.tar.xz qemu-52f350227f737b649f09e56ed32eaf1265605611.zip | |
misc: Fix new typos in comments and strings
All these typos were found by codespell.
sould -> should
emperical -> empirical
intialization -> initialization
successfuly -> successfully
gaurantee -> guarantee
Fix also another error (before before) in the same context.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'block')
| -rw-r--r-- | block/vhdx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/vhdx.h b/block/vhdx.h index c3b64c6ff6..fb687ed2d6 100644 --- a/block/vhdx.h +++ b/block/vhdx.h @@ -168,7 +168,7 @@ typedef struct QEMU_PACKED VHDXLogEntryHeader { vhdx_header. If not found in vhdx_header, it is invalid */ uint64_t flushed_file_offset; /* see spec for full details - this - sould be vhdx file size in bytes */ + should be vhdx file size in bytes */ uint64_t last_file_offset; /* size in bytes that all allocated file structures fit into */ } VHDXLogEntryHeader; |
