diff options
author | Daniel MartÃn <mardani29@yahoo.es> | 2023-02-12 01:32:20 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-02-12 03:46:04 +0100 |
commit | 8f3091defb3ec4396ccea563f67c005044b822ca (patch) | |
tree | f4a6e1dd3df62b3a7d976f7ab01bdcafcd6bc9c1 | |
parent | 4da398d8b57aae740f054b4d04cba72735a4044c (diff) | |
download | emacs-8f3091defb3ec4396ccea563f67c005044b822ca.tar.gz |
; Fix typo in buffer.h
-rw-r--r-- | src/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index 23340b4c0ee..c0e38ce9659 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -690,7 +690,7 @@ struct buffer display optimizations must be used. */ bool_bf long_line_optimizations_p : 1; - /* The inveral tree containing this buffer's overlays. */ + /* The interval tree containing this buffer's overlays. */ struct itree_tree *overlays; /* Changes in the buffer are recorded here for undo, and t means |