From 95c74a10a48a825370613a89b22eb0ef751edf12 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 14 Feb 1995 17:12:41 +0000 Subject: [PATCH] Comment changed. --- src/termcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/termcap.c b/src/termcap.c index 0d77ae45604..be5d0392ccd 100644 --- a/src/termcap.c +++ b/src/termcap.c @@ -323,7 +323,7 @@ tputs (str, nlines, outfun) (*outfun) (*str++); /* PADCOUNT is now in units of tenths of msec. - SPEED is mesured in characters per 10 seconds + SPEED is measured in characters per 10 seconds or in characters per .1 seconds (if negative). We use the smaller units for larger speeds to avoid overflow. */ padcount *= speed; -- 2.39.5