aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorDaniel Martín2023-02-12 01:32:20 +0100
committerStefan Kangas2023-02-12 03:46:04 +0100
commit8f3091defb3ec4396ccea563f67c005044b822ca (patch)
treef4a6e1dd3df62b3a7d976f7ab01bdcafcd6bc9c1 /src/buffer.h
parent4da398d8b57aae740f054b4d04cba72735a4044c (diff)
downloademacs-8f3091defb3ec4396ccea563f67c005044b822ca.tar.gz
emacs-8f3091defb3ec4396ccea563f67c005044b822ca.zip
; Fix typo in buffer.h
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h2
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
690 display optimizations must be used. */ 690 display optimizations must be used. */
691 bool_bf long_line_optimizations_p : 1; 691 bool_bf long_line_optimizations_p : 1;
692 692
693 /* The inveral tree containing this buffer's overlays. */ 693 /* The interval tree containing this buffer's overlays. */
694 struct itree_tree *overlays; 694 struct itree_tree *overlays;
695 695
696 /* Changes in the buffer are recorded here for undo, and t means 696 /* Changes in the buffer are recorded here for undo, and t means