unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#61441: Fix typo in buffer.h
       [not found] <m14jrroh5i.fsf.ref@yahoo.es>
@ 2023-02-12  0:34 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-02-12  2:51   ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-02-12  0:34 UTC (permalink / raw)
  To: 61441

[-- Attachment #1: Type: text/plain, Size: 91 bytes --]

Tags: patch


I've attached a patch to fix a small typo in a comment in buffer.h.
Thanks.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fix-typo-in-buffer.h.patch --]
[-- Type: text/patch, Size: 792 bytes --]

From 7fdc48d45de207753bced26f64e134b6b7493560 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Mart=C3=ADn?= <mardani29@yahoo.es>
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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61441: Fix typo in buffer.h
  2023-02-12  0:34 ` bug#61441: Fix typo in buffer.h Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-02-12  2:51   ` Stefan Kangas
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2023-02-12  2:51 UTC (permalink / raw)
  To: Daniel Martín, 61441

close 61441 29.1
thanks

Daniel Martín writes:

> I've attached a patch to fix a small typo in a comment in buffer.h.

Thanks, pushed to emacs-29 (commit 8f3091defb3).





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-12  2:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <m14jrroh5i.fsf.ref@yahoo.es>
2023-02-12  0:34 ` bug#61441: Fix typo in buffer.h Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-12  2:51   ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).