From 14abead3ca13923c6ec7951afb18b97fabeee9f1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 25 Oct 2018 20:53:52 +0200 Subject: [PATCH] tdb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- lib/tdb/common/lock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.47.2