From: Douglas Bagnall Date: Thu, 28 Jan 2021 21:15:18 +0000 (+1300) Subject: ldb/test/ldb_tdb: correct introductory comments X-Git-Tag: tevent-0.11.0~1476 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80a8d2f1a4c31ca6abf27bfe9d2b85b4543d92ab;p=thirdparty%2Fsamba.git ldb/test/ldb_tdb: correct introductory comments Signed-off-by: Douglas Bagnall Reviewed-by: Jeremy Allison --- diff --git a/lib/ldb/tests/ldb_tdb_test.c b/lib/ldb/tests/ldb_tdb_test.c index ef91ba54756..64e5983e2be 100644 --- a/lib/ldb/tests/ldb_tdb_test.c +++ b/lib/ldb/tests/ldb_tdb_test.c @@ -1,5 +1,5 @@ /* - * lmdb backend specific tests for ldb + * tdb backend specific tests for ldb * * Copyright (C) Andrew Bartlett 2018 * @@ -19,7 +19,7 @@ */ /* - * lmdb backend specific tests for ldb + * tdb backend specific tests for ldb * * Setup and tear down code copied from ldb_mod_op_test.c */