summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/tdb/common/transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tdb/common/transaction.c b/source/tdb/common/transaction.c
index 5a62f93f3d7..9f56fb2fd86 100644
--- a/source/tdb/common/transaction.c
+++ b/source/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