aboutsummaryrefslogtreecommitdiff
path: root/databases/xtrabackup8
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-11-13 03:13:52 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-11-13 03:13:52 +0000
commitea792bc0213520af566bbe8e58f654654c09f1f0 (patch)
tree4e4ab2f6b4a5e2b76a86c23de6153d484c610012 /databases/xtrabackup8
parentb6529655f4e34b2566c57b11631146be5dc72313 (diff)
downloadports-ea792bc0213520af566bbe8e58f654654c09f1f0.tar.gz
ports-ea792bc0213520af566bbe8e58f654654c09f1f0.zip
Fix a silly typo in the comment.
Notes
Notes: svn path=/head/; revision=555000
Diffstat (limited to 'databases/xtrabackup8')
-rw-r--r--databases/xtrabackup8/files/patch-storage_temptable_include_temptable_lock_free_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/xtrabackup8/files/patch-storage_temptable_include_temptable_lock_free_type.h b/databases/xtrabackup8/files/patch-storage_temptable_include_temptable_lock_free_type.h
index b847ce64d5da..a229da5b0adc 100644
--- a/databases/xtrabackup8/files/patch-storage_temptable_include_temptable_lock_free_type.h
+++ b/databases/xtrabackup8/files/patch-storage_temptable_include_temptable_lock_free_type.h
@@ -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