]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tdb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 22 Oct 2018 08:14:23 +0000 (10:14 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 25 Oct 2018 15:58:23 +0000 (17:58 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/tdb/common/freelist.c

index 8870a418328bc1682059c805f9aa2d673994b525..e4bbfce0027a9002434611f34ae1669353fe3e77 100644 (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;