bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Typo in modules/ffsll


From: Eric Blake
Subject: Re: Typo in modules/ffsll
Date: Mon, 10 Oct 2011 13:52:52 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110928 Fedora/3.1.15-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.4 Thunderbird/3.1.15

On 10/10/2011 10:20 AM, Tom G. Christensen wrote:
Hello,

There's a typo in modules/ffsll, a missing 'l' in the
gl_STRING_MODULE_INDICATOR line.



Fixing the typo fixed the build error (and the test passes).

Thanks; I'm pushing this in your name (the "tiny change" merely indicates that you don't have copyright assignment on file).

diff --git i/ChangeLog w/ChangeLog
index b9e401a..0c7506f 100644
--- i/ChangeLog
+++ w/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-10  Tom G. Christensen  <address@hidden>  (tiny change)
+
+       ffsll: set correct witness
+       * modules/ffsll (configure.ac): Fix typo.
+
 2011-10-10  Bruno Haible  <address@hidden>

        printf-frexpl: Simplify for platforms where 'long double' == 'double'.
diff --git i/modules/ffsll w/modules/ffsll
index 7caf100..d1f78fb 100644
--- i/modules/ffsll
+++ w/modules/ffsll
@@ -16,7 +16,7 @@ gl_FUNC_FFSLL
 if test $HAVE_FFSLL = 0; then
   AC_LIBOBJ([ffsll])
 fi
-gl_STRING_MODULE_INDICATOR([ffsl])
+gl_STRING_MODULE_INDICATOR([ffsll])

 Makefile.am:


--
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]