From: Nicolas Thill Date: Sat, 7 Oct 2006 09:59:42 +0000 (+0000) Subject: fix typo X-Git-Tag: v12.09~18314^2~78 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=04d15df54924623b6974e248240b15413a3250f8;p=openwrt-github%2F.git fix typo git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4941 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/libnotimpl/src/math.c b/toolchain/libnotimpl/src/math.c index a16ea740ea..5bfcb9532e 100644 --- a/toolchain/libnotimpl/src/math.c +++ b/toolchain/libnotimpl/src/math.c @@ -43,7 +43,7 @@ #ifdef __STDC__ float ceilf(float x) #else - float rintf(x) + float ceilf(x) float x; #endif {