]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
quic_ko_wrapper: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 24 Feb 2026 13:35:03 +0000 (14:35 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 25 Feb 2026 13:37:44 +0000 (13:37 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Wed Feb 25 13:37:44 UTC 2026 on atb-devel-224

third_party/quic_ko_wrapper/quic_ko_wrapper.h

index 32018139bd6d6a0fdd63ffaa91b9d50ed99f08a8..6450889fdc4ce6ebeed80f996704afd6bfcb13b6 100644 (file)
@@ -68,7 +68,7 @@ bool quic_ko_wrapper_enabled(void);
  *
  * quic_ko_wrapper may not be able to intercept the __close_nocancel()
  * syscall made from within libc.so. As result it's possible
- * that the in memory meta date of quic_ko_wrapper references
+ * that the in memory meta data of quic_ko_wrapper references
  * stale file descriptors, which are already reused for unrelated
  * kernel objects, e.g. files, directories, ...
  *