; Fix typo in buffer.h

This commit is contained in:
Daniel Martín 2023-02-12 01:32:20 +01:00 committed by Stefan Kangas
parent 4da398d8b5
commit 8f3091defb

View file

@ -690,7 +690,7 @@ struct buffer
display optimizations must be used. */ display optimizations must be used. */
bool_bf long_line_optimizations_p : 1; 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; struct itree_tree *overlays;
/* Changes in the buffer are recorded here for undo, and t means /* Changes in the buffer are recorded here for undo, and t means