]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Fix typos
authorVolker Lendecke <vl@samba.org>
Sat, 27 Sep 2025 07:59:33 +0000 (09:59 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 8 Oct 2025 08:01:30 +0000 (08:01 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/adouble.c

index 7d37792b51cc26f7027a633c6eafa04f0fe31c5e..338b060746d24707149376b7637531b984e5dff2 100644 (file)
@@ -271,8 +271,8 @@ size_t ad_setentryoff(struct adouble *ad, int eid, size_t off)
 
 /*
  * All entries besides FinderInfo and resource fork must fit into the
- * buffer. FinderInfo is special as it may be larger then the default 32 bytes
- * if it contains marshalled xattrs, which we will fixup that in
+ * buffer. FinderInfo is special as it may be larger than the default 32 bytes
+ * if it contains marshalled xattrs, which we will fix up in
  * ad_convert(). The first 32 bytes however must also be part of the buffer.
  *
  * The resource fork is never accessed directly by the ad_data buf.