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 eb32d602ad6..e700297a264 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 |