LVM support #7

Merged
andrius merged 1 commits from :lvm-support into master 2016-08-15 17:18:57 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ void DeactivateVolumeGroupOperation::undo()
/** loop through given device's partitions to check if any is mounted.
*
* @dev VolumeManagerDevice with initialized partitions
* @param dev VolumeManagerDevice with initialized partitions
* @return false if any of the device's partition is mounted.
*/
bool DeactivateVolumeGroupOperation::isDeactivatable(const VolumeManagerDevice* dev)