From d972e6fa74b6499403d4c3d3c6a84cbda7eded39 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 14 Dec 2012 14:50:08 +0100 Subject: tdb: Fix a typo Reviewed-by: Rusty Russell Reviewed-by: Stefan Metzmacher --- lib/tdb/common/traverse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tdb') diff --git a/lib/tdb/common/traverse.c b/lib/tdb/common/traverse.c index a3bfefa1a4..46e4be7672 100644 --- a/lib/tdb/common/traverse.c +++ b/lib/tdb/common/traverse.c @@ -149,7 +149,7 @@ static int tdb_traverse_internal(struct tdb_context *tdb, int ret = 0, count = 0; tdb_off_t off; - /* This was in the initializaton, above, but the IRIX compiler + /* This was in the initialization, above, but the IRIX compiler * did not like it. crh */ tl->next = tdb->travlocks.next; -- cgit