diff options
| author | Stefan Weil | 2013-10-10 20:53:40 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2013-10-26 11:01:57 +0200 |
| commit | 73f395fa88d87ae14f38ad0aa7f863148d98eef2 (patch) | |
| tree | b7aa13cc1f7b13dd1b2be398f3575b0e62fcbd2c /block | |
| parent | configure: create fsdev/ directory (diff) | |
| download | qemu-73f395fa88d87ae14f38ad0aa7f863148d98eef2.tar.gz qemu-73f395fa88d87ae14f38ad0aa7f863148d98eef2.tar.xz qemu-73f395fa88d87ae14f38ad0aa7f863148d98eef2.zip | |
misc: New spelling fixes in comments
compatiblity -> compatibility
continously -> continuously
existance -> existence
usefull -> useful
shoudl -> should
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'block')
| -rw-r--r-- | block/iscsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/iscsi.c b/block/iscsi.c index a2a961e163..a2d578c0a7 100644 --- a/block/iscsi.c +++ b/block/iscsi.c @@ -866,7 +866,7 @@ retry: /* in case the get_lba_status_callout fails (i.e. * because the device is busy or the cmd is not * supported) we pretend all blocks are allocated - * for backwards compatiblity */ + * for backwards compatibility */ goto out; } |
