diff src/scrollbar.c @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children 8626e4521993
line wrap: on
line diff
--- a/src/scrollbar.c	Mon Aug 13 11:01:58 2007 +0200
+++ b/src/scrollbar.c	Mon Aug 13 11:03:08 2007 +0200
@@ -872,7 +872,7 @@
 
   /* Can't allow this out of set-window-hscroll's acceptable range. */
   /* #### What hell on the earth this code limits scroll size to the
-     machine-dependent SHORT size? -- kkm */
+     machine-dependant SHORT size? -- kkm */
   if (hscroll < 0)
     hscroll = 0;
   else if (hscroll >= (1 << (SHORTBITS - 1)) - 1)