summaryrefslogtreecommitdiff
path: root/lib/tsocket
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2023-01-17 12:28:36 +0100
committerBjörn Baumbach <bb@sernet.de>2023-01-17 18:23:18 +0000
commit8fbadada8c00ff7df311bd7868011f01e797a4e8 (patch)
tree1d6fa3b2556ab2839af9d6d7bb4e04cd84de6b0f /lib/tsocket
parent1289575af2c99d8abd5abfd5d1f90d1664d3e7f2 (diff)
downloadsamba-8fbadada8c00ff7df311bd7868011f01e797a4e8.tar.gz
lib/tsocket: fix a typo in the tsocket guide doc
Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Björn Baumbach <bb@sernet.de> Autobuild-Date(master): Tue Jan 17 18:23:18 UTC 2023 on sn-devel-184
Diffstat (limited to 'lib/tsocket')
-rw-r--r--lib/tsocket/tsocket_guide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tsocket/tsocket_guide.txt b/lib/tsocket/tsocket_guide.txt
index afd0bd37dbc..7c925d4f1db 100644
--- a/lib/tsocket/tsocket_guide.txt
+++ b/lib/tsocket/tsocket_guide.txt
@@ -216,7 +216,7 @@ state for this function. The tstream_readv_pdu engine will ask
the next_vector function for the next iovec vector to be used.
There is a tstream_readv_send/recv pair for each vector returned
by the next_vector function. If the next_vector function detects
-it received a full pdu, it returns an empty vector. The the callback
+it received a full pdu, it returns an empty vector. The callback
of the tevent_req (returned by tstream_readv_pdu_send()) is triggered.
Note: the buffer allocation is completely up to the next_vector function
and its private state.