summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-11-16 02:34:40 +0000
committerKarl Heuer <kwzh@gnu.org>1994-11-16 02:34:40 +0000
commitcba17e5033a34374124750c2ecc40ff12e323c7b (patch)
tree81fb11d725fa82998d1d5a63127c250a9459f462 /src/dispnew.c
parentdf4c0dddfc3868820d3936b8e89c114250ff42ec (diff)
downloademacs-cba17e5033a34374124750c2ecc40ff12e323c7b.tar.gz
Fix typo in comment.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 787092411a5..6160535c3e6 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -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++;