From 2d3253d1f93fbffb62c7521d41eed0102747d949 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 3 Jan 2010 21:52:46 +0100 Subject: ntpd: fix comment, no code changes Signed-off-by: Denys Vlasenko --- networking/ntpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking') diff --git a/networking/ntpd.c b/networking/ntpd.c index f147d8c6a..771a75a69 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c @@ -335,7 +335,7 @@ static ALWAYS_INLINE double SQRT(double X) if (sizeof(float) != 4) return sqrt(X); - /* This avoids needing libm, saves about 1.2k on x86-32 */ + /* This avoids needing libm, saves about 0.5k on x86-32 */ return my_SQRT(X); } -- cgit v1.2.3