]> git.eshelyaron.com Git - emacs.git/commitdiff
src/lisp.h (FOR_EACH_TAIL_SAFE): Typo
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 14 May 2022 16:46:21 +0000 (12:46 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 14 May 2022 16:46:21 +0000 (12:46 -0400)
src/lisp.h

index e76a36d26956f23a7de9ccd4821452e37019adbb..9ee63428d41ca906c9e6037189118f9682ff3155 100644 (file)
@@ -5496,7 +5496,7 @@ struct for_each_tail_internal
    intended for use only by the above macros.
 
    Use Brent’s teleporting tortoise-hare algorithm.  See:
-   Brent RP. BIT. 1980;20(2):176-84. doi:10.1007/BF01933190
+   Brent RP. BIT. 1980;20(2):176-184. doi:10.1007/BF01933190
    https://maths-people.anu.edu.au/~brent/pd/rpb051i.pdf
 
    This macro uses maybe_quit because of an excess of caution.  The