From: Volker Lendecke Date: Thu, 25 Oct 2018 18:53:52 +0000 (+0200) Subject: tdb: Fix a typo X-Git-Tag: tdb-1.3.17~1131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14abead3ca13923c6ec7951afb18b97fabeee9f1;p=thirdparty%2Fsamba.git tdb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/lib/tdb/common/lock.c b/lib/tdb/common/lock.c index 9f30c7a4b57..f55184d8be5 100644 --- a/lib/tdb/common/lock.c +++ b/lib/tdb/common/lock.c @@ -149,8 +149,8 @@ static int fcntl_unlock(struct tdb_context *tdb, int rw, off_t off, off_t len) * This is the memory layout of the hashchain array: * * FREELIST_TOP + 0 = freelist - * FREELIST_TOP + 4 = hashtbale list 0 - * FREELIST_TOP + 8 = hashtbale list 1 + * FREELIST_TOP + 4 = hashtable list 0 + * FREELIST_TOP + 8 = hashtable list 1 * ... * * Otoh lock_offset computes: