]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/fs/misc/filelock_interrupt.py
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / qa / workunits / fs / misc / filelock_interrupt.py
index 2a413a66e83531dc86112f22b5679d03bc3740fb..7b5b3e7d8553f4cf14beb784ddd0a33b6a2df2df 100755 (executable)
@@ -24,7 +24,7 @@ def main():
     fcntl.flock(f1, fcntl.LOCK_SH | fcntl.LOCK_NB)
 
     """
-    is flock interruptable?
+    is flock interruptible?
     """
     signal.signal(signal.SIGALRM, handler)
     signal.alarm(5)
@@ -52,7 +52,7 @@ def main():
     fcntl.fcntl(f2, fcntl.F_OFD_SETLK, lockdata)
 
     """
-    is poxis lock interruptable?
+    is posix lock interruptible?
     """
     signal.signal(signal.SIGALRM, handler)
     signal.alarm(5)