]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Fixed comment (minor) 3666/head
authorXavier Roche <roche@httrack.com>
Sun, 15 Feb 2015 09:56:45 +0000 (10:56 +0100)
committerXavier Roche <roche@httrack.com>
Sun, 15 Feb 2015 09:56:45 +0000 (10:56 +0100)
src/java/java/com/ceph/fs/CephMount.java

index 07819efa68f81d7798b901c9c3653850d39073db..7c9c02c76e7b4b2337c08916a8e8d04d208736ff 100644 (file)
@@ -697,7 +697,7 @@ public class CephMount {
   /**
    * Apply or remove an advisory lock.
    *
-   * @param fd File descriptor to synchronize.
+   * @param fd File descriptor to lock or unlock.
    * @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