From d2b852d79bd83754d8952a0e3dece00e513549f2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 13 Dec 2012 12:36:29 +0100 Subject: [PATCH] tdb: Fix a typo Reviewed-by: Rusty Russell Reviewed-by: Stefan Metzmacher --- lib/tdb/common/transaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tdb/common/transaction.c b/lib/tdb/common/transaction.c index f18b4c229eb..5cd79501ae4 100644 --- a/lib/tdb/common/transaction.c +++ b/lib/tdb/common/transaction.c @@ -317,7 +317,7 @@ fail: /* - write while in a transaction - this varient never expands the transaction blocks, it only + write while in a transaction - this variant never expands the transaction blocks, it only updates existing blocks. This means it cannot change the recovery size */ static int transaction_write_existing(struct tdb_context *tdb, tdb_off_t off, -- 2.11.4.GIT