]> Savannah Git Hosting - gnulib.git/commitdiff
hypotf: Fix typo in comment.
authorBruno Haible <bruno@clisp.org>
Wed, 29 Feb 2012 13:42:48 +0000 (14:42 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 29 Feb 2012 14:47:06 +0000 (15:47 +0100)
m4/hypotf.m4

index 67eb5e50a98fb002548ca4d81ec4d84d0af9b44e..fd1b1ebf0e0558ba7299c3bd9fc817a2b8133688 100644 (file)
@@ -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])