diff options
Diffstat (limited to 'src/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 |