changeset 15934:7107ea7879b2

ffsll: set correct witness * modules/ffsll (configure.ac): Fix typo. Signed-off-by: Eric Blake <eblake@redhat.com>
author Tom G. Christensen <tgc@jupiterrise.com>
date Mon, 10 Oct 2011 13:53:16 -0600
parents 6860d9f2e394
children f964f4ef47e5
files ChangeLog modules/ffsll
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-10  Tom G. Christensen  <tgc@jupiterrise.com>  (tiny change)
+
+	ffsll: set correct witness
+	* modules/ffsll (configure.ac): Fix typo.
+
 2011-10-10  Bruno Haible  <bruno@clisp.org>
 
 	printf-frexpl: Simplify for platforms where 'long double' == 'double'.
--- a/modules/ffsll
+++ b/modules/ffsll
@@ -16,7 +16,7 @@
 if test $HAVE_FFSLL = 0; then
   AC_LIBOBJ([ffsll])
 fi
-gl_STRING_MODULE_INDICATOR([ffsl])
+gl_STRING_MODULE_INDICATOR([ffsll])
 
 Makefile.am: