aboutsummaryrefslogtreecommitdiff
path: root/src/wal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wal.c')
-rw-r--r--src/wal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wal.c b/src/wal.c
index 14ee78d9f..4710c89a5 100644
--- a/src/wal.c
+++ b/src/wal.c
@@ -4,6 +4,7 @@
** "journal_mode=wal" mode.
*/
+
/*
** LOG FILE FORMAT
**
@@ -157,7 +158,7 @@ struct LogSummary {
** obtains the DMH lock (see below), and while log recovery is
** being run.
**
-** DMH: The DMH (Dead Mans Hand mechanism) lock is used to ensure
+** DMS: The DMS (Dead Mans Switch mechanism) lock is used to ensure
** that log-recovery is always run following a system restart.
** When it first opens a log-summary file, a process takes a
** SHARED lock on the DMH region. This lock is not released until