summaryrefslogtreecommitdiff
path: root/lib/tdb/common/freelist.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-10-22 10:14:23 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-10-25 17:58:23 +0200
commita895cc2a59a1fc87dc2d824185713d7af11aa879 (patch)
treed3a26e0d9eb17d66fa060d4babaef500af147d05 /lib/tdb/common/freelist.c
parentc37bf2f93852780113ab882f14a099aeb204c458 (diff)
downloadsamba-a895cc2a59a1fc87dc2d824185713d7af11aa879.tar.gz
tdb: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'lib/tdb/common/freelist.c')
-rw-r--r--lib/tdb/common/freelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/common/freelist.c b/lib/tdb/common/freelist.c
index 8870a418328..e4bbfce0027 100644
--- a/lib/tdb/common/freelist.c
+++ b/lib/tdb/common/freelist.c
@@ -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;