aboutsummaryrefslogtreecommitdiffstats
path: root/src/itree.c
diff options
context:
space:
mode:
authorPaul Eggert2024-06-04 22:13:47 -0700
committerPaul Eggert2024-06-04 22:16:28 -0700
commit3dcac22dd4225fdec0b97408da38f74de2a77bef (patch)
treec79a8563efbed67aae0bba5d46b628c1e8a5b69b /src/itree.c
parent636461686f1d36388d4523cbb10eb7ec3bbbd63e (diff)
downloademacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.tar.gz
emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.zip
Spelling fixes
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 da51b3c61fd..9dae279db90 100644
--- a/src/itree.c
+++ b/src/itree.c
@@ -1211,7 +1211,7 @@ itree_node_intersects (const struct itree_node *node,
1211 `ITER->begin..ITER->end`) so it will also return some nodes which aren't in 1211 `ITER->begin..ITER->end`) so it will also return some nodes which aren't in
1212 that narrowing simply because they may have children which are. 1212 that narrowing simply because they may have children which are.
1213 1213
1214 The code itself is very unsatifactory because the code of each one 1214 The code itself is very unsatisfactory because the code of each one
1215 of the supported traversals seems completely different from the others. 1215 of the supported traversals seems completely different from the others.
1216 If someone knows how to make it more uniform and "obviously correct", 1216 If someone knows how to make it more uniform and "obviously correct",
1217 please make yourself heard. */ 1217 please make yourself heard. */