* Get the file pool information.
*
* @param cmount the ceph mount handle to use.
- * @param fh the open file descriptor referring to the file to get the striping unit of.
+ * @param fh the open file descriptor referring to the file to get the pool information of.
* @returns the ceph pool id that the file is in
*/
int ceph_get_file_pool(struct ceph_mount_info *cmount, int fh);
/**
* Get the file replication information.
* @param cmount the ceph mount handle to use.
- * @param fh the open file descriptor referring to the file to get the striping unit of.
+ * @param fh the open file descriptor referring to the file to get the replication information of.
* @returns the replication factor of the file.
*/
int ceph_get_file_replication(struct ceph_mount_info *cmount, int fh);