fix typo
authorNicolas Thill <nico@openwrt.org>
Sat, 7 Oct 2006 09:59:42 +0000 (09:59 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 7 Oct 2006 09:59:42 +0000 (09:59 +0000)
SVN-Revision: 4941

openwrt/toolchain/libnotimpl/src/math.c

index a16ea740ead2378a09419e9744a0deaab29118ac..5bfcb9532ef8041921f6b464cb0e5aa4ce5f0d26 100644 (file)
@@ -43,7 +43,7 @@
 #ifdef __STDC__
        float ceilf(float x)
 #else
-       float rintf(x)
+       float ceilf(x)
        float x;
 #endif
 {