1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

tdb: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Volker Lendecke 2018-10-22 10:14:23 +02:00 committed by Andreas Schneider
parent c37bf2f938
commit a895cc2a59

View File

@ -199,7 +199,7 @@ static int merge_with_left_record(struct tdb_context *tdb,
* 0 if left was not a free record
* 1 if left was free and successfully merged.
*
* The currend record is handed in with pointer and fully read record.
* The current record is handed in with pointer and fully read record.
*
* The left record pointer and struct can be retrieved as result
* in lp and lr;