]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb/freelist.c
strsplit: remove nump argument
[ccan] / ccan / tdb / freelist.c
index 8113b54951cf83324a086deb24521a5bb2c572f8..c7d908edfdd36de58c3dce7d0218df14d164d779 100644 (file)
@@ -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 */