]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs: Fix typos.
authorVolker Lendecke <vl@samba.org>
Thu, 20 Mar 2025 17:42:37 +0000 (18:42 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 27 Mar 2025 13:13:31 +0000 (13:13 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/modules/vfs_syncops.c

index 5fadc62e9996078ad045c564795eb76a218fc570..8c7fa29a31bd31605f8ab790f3328010db731673 100644 (file)
   operation is guaranteed to remain in the filesystem after a power
   failure. This is particularly important for some cluster filesystems
   which are participating in a node failover system with clustered
-  Samba
+  Samba.
 
   On those filesystems this module provides a way to perform those
   operations safely.
 
-  most of the performance loss with this module is in fsync on close().
+  Most of the performance loss with this module is in fsync on close().
   You can disable that with
      syncops:onclose = no
   that can be set either globally or per share.
@@ -46,7 +46,7 @@
      syncops:onmeta = no
   This option can be set either globally or per share.
 
-  you can also disable the module completely for a share with
+  You can also disable the module completely for a share with
      syncops:disable = true
 
  */