From: Xavier Roche Date: Wed, 11 Feb 2015 07:39:56 +0000 (+0100) Subject: Minor typo and comment addition. X-Git-Tag: v9.0.0~187^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=603f4f4d68dcdfce964431a7f5eb5e508308d19f;p=ceph.git Minor typo and comment addition. --- diff --git a/src/include/cephfs/libcephfs.h b/src/include/cephfs/libcephfs.h index 1d7de9decf4b..1913b2386c2a 100644 --- a/src/include/cephfs/libcephfs.h +++ b/src/include/cephfs/libcephfs.h @@ -686,13 +686,13 @@ int ceph_utime(struct ceph_mount_info *cmount, const char *path, struct utimbuf /** * Apply or remove an advisory lock. * - * @param cmount the ceph mount handle to use for performing the utime. + * @param cmount the ceph mount handle to use for performing the lock. * @param fd the open file descriptor to change advisory lock. * @param operation the advisory lock operation to be performed on the file * descriptor among LOCK_SH (shared lock), LOCK_EX (exclusive lock), * or LOCK_UN (remove lock). The LOCK_NB value can be ORed to perform a * non-blocking operation. - * @param owner the user-supplied owner identifier + * @param owner the user-supplied owner identifier (an arbitrary integer) * @returns 0 on success or negative error code on failure. */ int ceph_flock(struct ceph_mount_info *cmount, int fd, int operation,