From d220b7d1893062ca522b041e5b15b1f051c12585 Mon Sep 17 00:00:00 2001 From: Li Peng Date: Tue, 3 May 2016 14:59:44 +0800 Subject: [PATCH] libcephfs.h: remove duplicated words Signed-off-by: Li Peng --- src/include/cephfs/libcephfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.3