diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-02-07 12:16:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:48 -0500 |
commit | 0854e562282acde8d78fee1609f1291fecdf5755 (patch) | |
tree | f8e286cf737f787b97f67ae8cc3b3a3f841de73f /source3/tdb/common/transaction.c | |
parent | ce07cefdb041979c8d363ef6c021dbae34a10d79 (diff) | |
download | samba-0854e562282acde8d78fee1609f1291fecdf5755.tar.gz samba-0854e562282acde8d78fee1609f1291fecdf5755.tar.bz2 samba-0854e562282acde8d78fee1609f1291fecdf5755.zip |
r21218: Fix typo
(This used to be commit 5b25ce30022b5968717691223d065a8e0770c6e3)
Diffstat (limited to 'source3/tdb/common/transaction.c')
-rw-r--r-- | source3/tdb/common/transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tdb/common/transaction.c b/source3/tdb/common/transaction.c index 5a62f93f3d..9f56fb2fd8 100644 --- a/source3/tdb/common/transaction.c +++ b/source3/tdb/common/transaction.c @@ -39,7 +39,7 @@ by the header. This removes the need for extra journal files as used by some other databases - - dymacially allocated the transaction recover record, re-using it + - dynamically allocated the transaction recover record, re-using it for subsequent transactions. If a larger record is needed then tdb_free() the old record to place it on the normal tdb freelist before allocating the new record |