]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mount/mtab.c
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / mount / mtab.c
index 4dc82bb34faa22bc1cfbfbaa78a0829a4d50cfcf..3ce368fd329c899e8387755c09f0d0bfe9906bca 100644 (file)
@@ -105,7 +105,7 @@ unlock_mtab (void) {
 
 /*
  * The original mount locking code has used sleep(1) between attempts and
- * maximal number of attemps has been 5.
+ * maximal number of attempts has been 5.
  *
  * There was very small number of attempts and extremely long waiting (1s)
  * that is useless on machines with large number of concurret mount processes.