diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-11-13 03:13:52 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-11-13 03:13:52 +0000 |
| commit | ea792bc0213520af566bbe8e58f654654c09f1f0 (patch) | |
| tree | 4e4ab2f6b4a5e2b76a86c23de6153d484c610012 /databases/mysql80-server | |
| parent | math/py-chaospy: Update 4.0.2 -> 4.1.0 (diff) | |
Fix a silly typo in the comment.
Diffstat (limited to 'databases/mysql80-server')
| -rw-r--r-- | databases/mysql80-server/files/patch-storage_temptable_include_temptable_lock_free_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql80-server/files/patch-storage_temptable_include_temptable_lock_free_type.h b/databases/mysql80-server/files/patch-storage_temptable_include_temptable_lock_free_type.h index b847ce64d5da..a229da5b0adc 100644 --- a/databases/mysql80-server/files/patch-storage_temptable_include_temptable_lock_free_type.h +++ b/databases/mysql80-server/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 |
