* fix typo in the documentation for GetVolume()

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23539 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-01-15 18:01:27 +00:00
parent c87ef6db88
commit 86914dfa8e

View File

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