diff options
Diffstat (limited to 'lib/tdb')
-rw-r--r-- | lib/tdb/common/traverse.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |