emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master d539d58: * lib-src/make-docfile.c: Fix comment typo


From: Paul Eggert
Subject: [Emacs-diffs] master d539d58: * lib-src/make-docfile.c: Fix comment typo.
Date: Fri, 12 Jul 2019 19:58:44 -0400 (EDT)

branch: master
commit d539d5868c90cecd48d7097752d2ac995b3e60cb
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * lib-src/make-docfile.c: Fix comment typo.
---
 lib-src/make-docfile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index 368150b..e05b377 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -642,7 +642,7 @@ compare_globals (const void *a, const void *b)
 
   /* Consider "nil" to be the least, so that iQnil is zero.  That
      way, Qnil's internal representation is zero, which is a bit faster.
-     Similarly, consideer "t" to be the second-least, and so forth.  */
+     Similarly, consider "t" to be the second-least, and so forth.  */
   if (ga->type == SYMBOL)
     {
       /* Common symbols in decreasing popularity order.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]