]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
libcephfs: fix typos
authorAndras Elso <elso.andras@gmail.com>
Mon, 6 May 2013 23:23:33 +0000 (01:23 +0200)
committerAndras Elso <elso.andras@gmail.com>
Fri, 17 May 2013 19:10:54 +0000 (21:10 +0200)
Signed-off-by: Andras Elso <elso.andras@gmail.com>
src/include/cephfs/libcephfs.h

index 55e32743b9b9529956727af75b8013162019fbbb..64b6ac184b478e9b6cb1996e4c96934527b9bbb4 100644 (file)
@@ -853,7 +853,7 @@ int ceph_get_file_stripe_unit(struct ceph_mount_info *cmount, int fh);
  * 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);
@@ -875,7 +875,7 @@ int ceph_get_file_pool_name(struct ceph_mount_info *cmount, int fh, char *buf, s
 /**
  * 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);