shithub: neatroff

Download patch

ref: 1541c24142df485d4a2b3d458267109ee7ab4e74
parent: 593fe1b1846b79ddfcb46e47ec7cf613115b20bb
author: Ali Gholami Rudi <ali@rudi.ir>
date: Thu Nov 13 13:04:08 EST 2014

fmt: fix scaledown()'s comment

--- a/fmt.c
+++ b/fmt.c
@@ -363,7 +363,7 @@
 	return 0;
 }
 
-/* approximate log2(cost) */
+/* approximate 8 * sqrt(cost) */
 static long scaledown(long cost)
 {
 	long ret = 0;