1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 20:00:46 -08:00

Fix typo in comment.

This commit is contained in:
Karl Heuer 1994-11-16 02:34:40 +00:00
parent 41d86b1353
commit 5dad828246

View file

@ -1904,7 +1904,7 @@ the current state.\n")
if (*vecp == Qlambda)
return Qnil;
changed:
/* Start with 1 so there is room for at least on lambda at the end. */
/* Start with 1 so there is room for at least one lambda at the end. */
n = 1;
FOR_EACH_FRAME (tail, frame)
n++;