X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb%2Ffreelist.c;h=c7d908edfdd36de58c3dce7d0218df14d164d779;hp=8113b54951cf83324a086deb24521a5bb2c572f8;hb=87d99348a110a52fbc6e225b360e566fc474956a;hpb=c39bd505849acdf77744e24b5db7263003911c08 diff --git a/ccan/tdb/freelist.c b/ccan/tdb/freelist.c index 8113b549..c7d908ed 100644 --- a/ccan/tdb/freelist.c +++ b/ccan/tdb/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 */