changeset 16518:68b3e785bd8f

hypotf: Fix typo in comment.
author Bruno Haible <bruno@clisp.org>
date Wed, 29 Feb 2012 14:42:48 +0100
parents fd26629c7d59
children 52c75970f518
files m4/hypotf.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/hypotf.m4
+++ b/m4/hypotf.m4
@@ -10,7 +10,7 @@
   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])