]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in buffer.h
authorDaniel Martín <mardani29@yahoo.es>
Sun, 12 Feb 2023 00:32:20 +0000 (01:32 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 12 Feb 2023 02:46:04 +0000 (03:46 +0100)
src/buffer.h

index 23340b4c0eeb3573592651427b04fba142c0d47a..c0e38ce9659d17d27d7b3a673e628b2a239bcef3 100644 (file)
@@ -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