From: Andras Elso Date: Mon, 6 May 2013 23:23:33 +0000 (+0200) Subject: libcephfs: fix typos X-Git-Tag: v0.64~102^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=10496a842f4a8d43ef80000abb04933da9845c92;p=ceph.git libcephfs: fix typos Signed-off-by: Andras Elso --- diff --git a/src/include/cephfs/libcephfs.h b/src/include/cephfs/libcephfs.h index 55e32743b9b9..64b6ac184b47 100644 --- a/src/include/cephfs/libcephfs.h +++ b/src/include/cephfs/libcephfs.h @@ -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);