aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/termcap.c2
1 files changed, 1 insertions, 1 deletions
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)
323 (*outfun) (*str++); 323 (*outfun) (*str++);
324 324
325 /* PADCOUNT is now in units of tenths of msec. 325 /* PADCOUNT is now in units of tenths of msec.
326 SPEED is mesured in characters per 10 seconds 326 SPEED is measured in characters per 10 seconds
327 or in characters per .1 seconds (if negative). 327 or in characters per .1 seconds (if negative).
328 We use the smaller units for larger speeds to avoid overflow. */ 328 We use the smaller units for larger speeds to avoid overflow. */
329 padcount *= speed; 329 padcount *= speed;