From: Bruno Haible Date: Wed, 29 Feb 2012 13:42:48 +0000 (+0100) Subject: hypotf: Fix typo in comment. X-Git-Tag: v0.1~1008 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=43d9445417406daf7f20d78abc21725af2be1457;p=gnulib.git hypotf: Fix typo in comment. --- diff --git a/m4/hypotf.m4 b/m4/hypotf.m4 index 67eb5e50a9..fd1b1ebf0e 100644 --- a/m4/hypotf.m4 +++ b/m4/hypotf.m4 @@ -10,7 +10,7 @@ AC_DEFUN([gl_FUNC_HYPOTF], AC_REQUIRE([gl_FUNC_HYPOT]) dnl Test whether hypotf() exists. Assume that hypotf(), if it exists, is - dnl defined in the same library as fmod(). + dnl defined in the same library as hypot(). save_LIBS="$LIBS" LIBS="$LIBS $HYPOT_LIBM" AC_CHECK_FUNCS([hypotf])