fix typo in comment

This commit is contained in:
Jim Meyering 2008-03-03 23:06:02 +00:00
parent 869f8d0e7d
commit 0075d7e74a

View File

@ -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;