aboutsummaryrefslogtreecommitdiffstats
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
commite9dd9d22e76b2a8e593ef069870abf6ac13bb137 (patch)
tree00080008f23db089d2602c13146cf68b6ced0e93
parentf24a3a5199d7cce7aec687b0491282f0599f0340 (diff)
downloadupstream-e9dd9d22e76b2a8e593ef069870abf6ac13bb137.tar.gz
upstream-e9dd9d22e76b2a8e593ef069870abf6ac13bb137.tar.bz2
upstream-e9dd9d22e76b2a8e593ef069870abf6ac13bb137.zip
fix typo
SVN-Revision: 4941
-rw-r--r--openwrt/toolchain/libnotimpl/src/math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/libnotimpl/src/math.c b/openwrt/toolchain/libnotimpl/src/math.c
index a16ea740ea..5bfcb9532e 100644
--- a/openwrt/toolchain/libnotimpl/src/math.c
+++ b/openwrt/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
{