diff --git a/src/kits/storage/disk_device/Partition.cpp b/src/kits/storage/disk_device/Partition.cpp index e97e77148c..5af7ca6a27 100644 --- a/src/kits/storage/disk_device/Partition.cpp +++ b/src/kits/storage/disk_device/Partition.cpp @@ -351,7 +351,7 @@ BPartition::GetPath(BPath* path) const // GetVolume /*! \brief Returns a BVolume for the partition. - The can succeed only, if the partition is mounted. + This can only succeed, if the partition is mounted. \param volume Pointer to a pre-allocated BVolume, to be initialized to represent the volume.