From c3a3ccdc6157b2cd6749d110d1d5f01a2eb896d7 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 31 Jan 2017 10:56:23 +0300 Subject: [PATCH] Fix a typo in comment belonging to double_ptr_storage (fix commit 7633154) * src/atomic_ops/sysdeps/standard_ao_double_t.h [!__ILP32__ && !__clang__ && (__x86_64__ && AO_GCC_ATOMIC_TEST_AND_SET || __aarch64__)] (double_ptr_storage): Fix typo in comment ("pedantic"). --- src/atomic_ops/sysdeps/standard_ao_double_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atomic_ops/sysdeps/standard_ao_double_t.h b/src/atomic_ops/sysdeps/standard_ao_double_t.h index da237b8..316b07a 100644 --- a/src/atomic_ops/sysdeps/standard_ao_double_t.h +++ b/src/atomic_ops/sysdeps/standard_ao_double_t.h @@ -32,7 +32,7 @@ # if defined(__clang__) # pragma GCC diagnostic ignored "-Wpedantic" # else - /* GCC before ~4.8 does not accept "-Wpedanic" quietly. */ + /* GCC before ~4.8 does not accept "-Wpedantic" quietly. */ # pragma GCC diagnostic ignored "-pedantic" # endif typedef unsigned __int128 double_ptr_storage; -- 2.50.1