mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 14:57:42 +00:00
fix typo in comment
This commit is contained in:
parent
869f8d0e7d
commit
0075d7e74a
@ -519,7 +519,7 @@ virStorageBackendFileSystemMount(virConnectPtr conn,
|
||||
}
|
||||
}
|
||||
|
||||
/* Short-circuit is already mounted */
|
||||
/* Short-circuit if already mounted */
|
||||
if ((ret = virStorageBackendFileSystemIsMounted(conn, pool)) != 0) {
|
||||
if (ret < 0)
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user