From: Li Peng Date: Tue, 3 May 2016 06:59:44 +0000 (+0800) Subject: libcephfs.h: remove duplicated words X-Git-Tag: v11.0.0~743^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F8898%2Fhead;p=ceph.git libcephfs.h: remove duplicated words Signed-off-by: Li Peng --- diff --git a/src/include/cephfs/libcephfs.h b/src/include/cephfs/libcephfs.h index a0ce6ef5ad07..8b12c7a2ad52 100644 --- a/src/include/cephfs/libcephfs.h +++ b/src/include/cephfs/libcephfs.h @@ -560,7 +560,7 @@ int ceph_link(struct ceph_mount_info *cmount, const char *existing, const char * * * @param cmount the ceph mount handle to use for creating the link. * @param path the path to the symlink to read - * @param buf the buffer to hold the the path of the file that the symlink points to. + * @param buf the buffer to hold the path of the file that the symlink points to. * @param size the length of the buffer * @returns number of bytes copied on success or negative error code on failure */