summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/permdb.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/permdb.md b/doc/permdb.md
index bb73903..74ce443 100644
--- a/doc/permdb.md
+++ b/doc/permdb.md
@@ -8,7 +8,7 @@ file.
The data file has the same name as the base name of the store. It
contains the keys and the data for each entry. It is append-only and
-contains enough information for fast integrity detection and rollback.
+contains enough information for fast integrity checking and rollback.
The index file has the name of the data file with ".idx" added. It
contains an index tree referring to the entries in the data file. It
@@ -123,8 +123,8 @@ level corresponds to q bits of the key, starting with the root level
at the MSB of the first byte.
-Integrity detection
--------------------
+Integrity checking
+------------------
1. Check cookie.
2. Read last commit using length field in trailer.