mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Fix typos in comments and code (occured -> occurred and related)
The code changed here is an unused data type name (evt_flush_occurred). Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
1301f32205
commit
a1c7273b82
10 changed files with 12 additions and 12 deletions
2
block.c
2
block.c
|
@ -747,7 +747,7 @@ DeviceState *bdrv_get_attached(BlockDriverState *bs)
|
|||
* Run consistency checks on an image
|
||||
*
|
||||
* Returns 0 if the check could be completed (it doesn't mean that the image is
|
||||
* free of errors) or -errno when an internal error occured. The results of the
|
||||
* free of errors) or -errno when an internal error occurred. The results of the
|
||||
* check are stored in res.
|
||||
*/
|
||||
int bdrv_check(BlockDriverState *bs, BdrvCheckResult *res)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue