tdb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 22 Aug 2017 12:51:18 +0000 (14:51 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 23 Aug 2017 23:46:08 +0000 (01:46 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/tdb/common/transaction.c

index 8ec00256924735c7a255bb3baffcada2afe682dd..7d281fc75ff6465c20bc80c1ec6ddd65472d1ba6 100644 (file)
@@ -43,7 +43,7 @@
     tdb_free() the old record to place it on the normal tdb freelist
     before allocating the new record
 
-  - during transactions, keep a linked list of writes all that have
+  - during transactions, keep a linked list of all writes that have
     been performed by intercepting all tdb_write() calls. The hooked
     transaction versions of tdb_read() and tdb_write() check this
     linked list and try to use the elements of the list in preference