summaryrefslogtreecommitdiff
path: root/lib/tdb/common/freelist.c
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2010-02-21 16:07:43 +1100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-02-22 21:45:31 +0100
commit09e756b1d651caef203a4b7e02234f6dea374b08 (patch)
tree85411b664c70d00963993e1e1f4b8be4459fe293 /lib/tdb/common/freelist.c
parent6de98ba10bc9c66a068b0e37f0910a6b073f75c2 (diff)
downloadsamba-09e756b1d651caef203a4b7e02234f6dea374b08.tar.gz
samba-09e756b1d651caef203a4b7e02234f6dea374b08.tar.bz2
samba-09e756b1d651caef203a4b7e02234f6dea374b08.zip
Spelling fixes for tdb.
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'lib/tdb/common/freelist.c')
-rw-r--r--lib/tdb/common/freelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/common/freelist.c b/lib/tdb/common/freelist.c
index 8113b54951..c7d908edfd 100644
--- a/lib/tdb/common/freelist.c
+++ b/lib/tdb/common/freelist.c
@@ -98,7 +98,7 @@ static int update_tailer(struct tdb_context *tdb, tdb_off_t offset,
}
/* Add an element into the freelist. Merge adjacent records if
- neccessary. */
+ necessary. */
int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct tdb_record *rec)
{
/* Allocation and tailer lock */