changeset 9963:e95b3647fb26

Fix typo in comment.
author Karl Heuer <kwzh@gnu.org>
date Wed, 16 Nov 1994 02:34:40 +0000
parents 72bee09fc541
children 9e6b15b701e4
files src/dispnew.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Wed Nov 16 01:50:23 1994 +0000
+++ b/src/dispnew.c	Wed Nov 16 02:34:40 1994 +0000
@@ -1904,7 +1904,7 @@
   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++;