# HG changeset patch # User Karl Heuer # Date 784953280 0 # Node ID e95b3647fb2617c5f9646b86d9ef656f964cb5e7 # Parent 72bee09fc541f1fbf3dfe6aacc7d56b4526f045f Fix typo in comment. diff -r 72bee09fc541 -r e95b3647fb26 src/dispnew.c --- 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++;