Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2020 03:13:52 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555000 - in head/databases: mysql80-server/files xtrabackup8/files
Message-ID:  <202011130313.0AD3Dq4h050471@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011130313.0AD3Dq4h050471>