From: Paul Eggert Date: Fri, 12 Jul 2019 23:58:25 +0000 (-0700) Subject: * lib-src/make-docfile.c: Fix comment typo. X-Git-Tag: emacs-27.0.90~1978 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d539d5868c90cecd48d7097752d2ac995b3e60cb;p=emacs.git * lib-src/make-docfile.c: Fix comment typo. --- diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 368150be067..e05b3778936 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. */