From 7fdc48d45de207753bced26f64e134b6b7493560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=ADn?= Date: Sun, 12 Feb 2023 01:32:20 +0100 Subject: [PATCH] ; Fix typo in buffer.h --- src/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #define BVAR(buf, field) ((buf)->field ## _) 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 -- 2.34.1