X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb%2Ftdb.c;h=7317a3aa521554c898d12a5e5b8f57c7dafea36f;hp=ede0027564099aa44bf501ce1097f030d66dd0c2;hb=e37b906781eeddb89d2ba6c5c39e9d20e4111c18;hpb=564427be4ef1615e0b386007f5adbcbc12887e24 diff --git a/ccan/tdb/tdb.c b/ccan/tdb/tdb.c index ede00275..7317a3aa 100644 --- a/ccan/tdb/tdb.c +++ b/ccan/tdb/tdb.c @@ -213,7 +213,7 @@ TDB_DATA tdb_fetch(struct tdb_context *tdb, TDB_DATA key) * function. The parsing function is executed under the chain read lock, so it * should be fast and should not block on other syscalls. * - * DONT CALL OTHER TDB CALLS FROM THE PARSER, THIS MIGHT LEAD TO SEGFAULTS. + * DON'T CALL OTHER TDB CALLS FROM THE PARSER, THIS MIGHT LEAD TO SEGFAULTS. * * For mmapped tdb's that do not have a transaction open it points the parsing * function directly at the mmap area, it avoids the malloc/memcpy in this