]> Savannah Git Hosting - gnulib.git/commitdiff
threadlib: Fix typo (regression from today).
authorBruno Haible <bruno@clisp.org>
Fri, 21 Jun 2019 00:52:42 +0000 (02:52 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 21 Jun 2019 00:55:03 +0000 (02:55 +0200)
* m4/threadlib.m4 (gl_THREADLIB_BODY): Fix typo in comment marker.

ChangeLog
m4/threadlib.m4

index 5432ec38742c27bb34a71257b9a7bc6aa2899b6a..22cbc576721d0a62e20d29cad33c023389ce9499 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-06-20  Bruno Haible  <bruno@clisp.org>
+
+       threadlib: Fix typo (regression from today).
+       * m4/threadlib.m4 (gl_THREADLIB_BODY): Fix typo in comment marker.
+
 2019-06-20  Bruno Haible  <bruno@clisp.org>
 
        windows-thread, windows-tls: Fix compilation error on 32-bit mingw.
index f02eb972cc0509b21a686413ae080cf3f68369c5..ca7bc47509f01dd661b7ba111069b1b07bf0edb6 100644 (file)
@@ -162,7 +162,7 @@ int main ()
       ])
     if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
       dnl If we use weak symbols to implement pthread_in_use / pth_in_use /
-      gnl thread_in_use, we also need to test whether the ISO C 11 thrd_create
+      dnl thread_in_use, we also need to test whether the ISO C 11 thrd_create
       dnl facility is in use.
       AC_CHECK_HEADERS_ONCE([threads.h])
       :