From d9edc05f47edef645e8b80abdd937820a41d51d4 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 23 Feb 2007 18:29:31 +0000 Subject: 2007-02-23 Jeff Johnston * libm/math/w_pow.c: Fix typo in documentation comment. --- newlib/libm/math/w_pow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newlib/libm') diff --git a/newlib/libm/math/w_pow.c b/newlib/libm/math/w_pow.c index d54cd3adb..787142100 100644 --- a/newlib/libm/math/w_pow.c +++ b/newlib/libm/math/w_pow.c @@ -24,14 +24,14 @@ INDEX ANSI_SYNOPSIS #include double pow(double <[x]>, double <[y]>); - float pow(float <[x]>, float <[y]>); + float powf(float <[x]>, float <[y]>); TRAD_SYNOPSIS #include double pow(<[x]>, <[y]>); double <[x]>, <[y]>; - float pow(<[x]>, <[y]>); + float powf(<[x]>, <[y]>); float <[x]>, <[y]>; DESCRIPTION -- cgit v1.2.3