summaryrefslogtreecommitdiff
path: root/src/itree.c
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2023-10-01 18:42:52 +0200
committerBasil L. Contovounesios <contovob@tcd.ie>2023-10-01 18:42:52 +0200
commit248adb4b770e5c14f50dc8ad21ce9fa44f89a586 (patch)
tree38c9bd03fc040aa168931fdd5c961e4b9ea7783f /src/itree.c
parentf0abc9bc0d536e5b2834c04714d75d18fde431c3 (diff)
downloademacs-248adb4b770e5c14f50dc8ad21ce9fa44f89a586.tar.gz
; Fix mistyped --enable-checking in docs.
Diffstat (limited to 'src/itree.c')
-rw-r--r--src/itree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itree.c b/src/itree.c
index ecf7d67422a..259cc99d3af 100644
--- a/src/itree.c
+++ b/src/itree.c
@@ -278,7 +278,7 @@ check_subtree (struct itree_node *node,
This runs in constant time when ENABLE_OVERLAY_CHECKING is 0
(i.e. Emacs is not configured with
- "--enable_checking=yes,overlays"). In this mode it can't check all
+ "--enable-checking=yes,overlays"). In this mode it can't check all
the invariants. When ENABLE_OVERLAY_CHECKING is 1 it checks the
entire tree and validates all invariants.
*/