Fix typo in comment.
authorKarl Heuer <kwzh@gnu.org>
Wed, 16 Nov 1994 02:34:40 +0000 (02:34 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 16 Nov 1994 02:34:40 +0000 (02:34 +0000)
src/dispnew.c

index 7870924..6160535 100644 (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++;