aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-10-07 09:59:42 +0000
committerNicolas Thill <nico@openwrt.org>2006-10-07 09:59:42 +0000
commit04d15df54924623b6974e248240b15413a3250f8 (patch)
tree0fa0d6068bb63c801f2cd8990604cd4590cad804 /toolchain
parent9e66f218fac49cca73eb3c1d6a9b9d4be67c4f78 (diff)
downloadupstream-04d15df54924623b6974e248240b15413a3250f8.tar.gz
upstream-04d15df54924623b6974e248240b15413a3250f8.tar.bz2
upstream-04d15df54924623b6974e248240b15413a3250f8.zip
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4941 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/libnotimpl/src/math.c2
1 files changed, 1 insertions, 1 deletions
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
{