From: Daniel Martín Date: Sun, 12 Feb 2023 00:32:20 +0000 (+0100) Subject: ; Fix typo in buffer.h X-Git-Tag: emacs-29.0.90~450 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f3091defb3;p=emacs.git ; Fix typo in buffer.h --- 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