]> git.eshelyaron.com Git - emacs.git/commitdiff
* lib-src/make-docfile.c: Fix comment typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 12 Jul 2019 23:58:25 +0000 (16:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 12 Jul 2019 23:58:25 +0000 (16:58 -0700)
lib-src/make-docfile.c

index 368150be067100f25698496a0d09166f990bb7ba..e05b377893610c509c0bae7d43e593191c7287a2 100644 (file)
@@ -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.  */