svn commit: r555000 - in head/databases: mysql80-server/files xtrabackup8/files

Alexey Dokuchaev danfe at FreeBSD.org
Fri Nov 13 03:13:53 UTC 2020


Author: danfe
Date: Fri Nov 13 03:13:52 2020
New Revision: 555000
URL: https://svnweb.freebsd.org/changeset/ports/555000

Log:
  Fix a silly typo in the comment.

Modified:
  head/databases/mysql80-server/files/patch-storage_temptable_include_temptable_lock_free_type.h
  head/databases/xtrabackup8/files/patch-storage_temptable_include_temptable_lock_free_type.h

Modified: head/databases/mysql80-server/files/patch-storage_temptable_include_temptable_lock_free_type.h
==============================================================================
--- head/databases/mysql80-server/files/patch-storage_temptable_include_temptable_lock_free_type.h	Fri Nov 13 01:28:22 2020	(r554999)
+++ head/databases/mysql80-server/files/patch-storage_temptable_include_temptable_lock_free_type.h	Fri Nov 13 03:13:52 2020	(r555000)
@@ -5,7 +5,7 @@
  #include "storage/temptable/include/temptable/constants.h"
  
 +#if defined(__i386__) //&& defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8)
-+/* Fix for clang setting __GCC_ATOMIC_LLONG_LOCK_FREE incorecctly for x86
++/* Fix for clang setting __GCC_ATOMIC_LLONG_LOCK_FREE incorrectly for x86
 + * https://llvm.org/bugs/show_bug.cgi?id=19355
 + */
 +#undef ATOMIC_LLONG_LOCK_FREE

Modified: head/databases/xtrabackup8/files/patch-storage_temptable_include_temptable_lock_free_type.h
==============================================================================
--- head/databases/xtrabackup8/files/patch-storage_temptable_include_temptable_lock_free_type.h	Fri Nov 13 01:28:22 2020	(r554999)
+++ head/databases/xtrabackup8/files/patch-storage_temptable_include_temptable_lock_free_type.h	Fri Nov 13 03:13:52 2020	(r555000)
@@ -5,7 +5,7 @@
  #include "storage/temptable/include/temptable/constants.h"
  
 +#if defined(__i386__) //&& defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8)
-+/* Fix for clang setting __GCC_ATOMIC_LLONG_LOCK_FREE incorecctly for x86
++/* Fix for clang setting __GCC_ATOMIC_LLONG_LOCK_FREE incorrectly for x86
 + * https://llvm.org/bugs/show_bug.cgi?id=19355
 + */
 +#undef ATOMIC_LLONG_LOCK_FREE


More information about the svn-ports-head mailing list