From 86914dfa8e92aa026827de1aa203484f3e7fdd09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 15 Jan 2008 18:01:27 +0000 Subject: [PATCH] * fix typo in the documentation for GetVolume() git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23539 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/storage/disk_device/Partition.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.