summaryrefslogtreecommitdiff
path: root/src/itree.c
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-17 09:31:46 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-17 09:34:24 +0100
commit93036209fae87dc620b27b2ce2e0146e6252113c (patch)
tree34552a98807db1f69c0bddf1be920fea619981c0 /src/itree.c
parent32f36db4f89deb453f401c3d66cbb02c61f2c838 (diff)
downloademacs-93036209fae87dc620b27b2ce2e0146e6252113c.tar.gz
emacs-93036209fae87dc620b27b2ce2e0146e6252113c.tar.bz2
emacs-93036209fae87dc620b27b2ce2e0146e6252113c.zip
; Fix typos (duplicate words)
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 da0242905c2..3b219d958a7 100644
--- a/src/itree.c
+++ b/src/itree.c
@@ -111,7 +111,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
In order to avoid this, we introduce yet another node attribute,
called OFFSET.
- The OFFSET of some some subtree, represented by its root, is the
+ The OFFSET of some subtree, represented by its root, is the
amount of shift that needs to be applied to its BEGIN, END and
LIMIT values, in order to get to the actual buffer positions.
Coming back to the example, all we would need to do in this case,