Fix a typo in comment belonging to double_ptr_storage
authorIvan Maidanski <ivmai@mail.ru>
Tue, 31 Jan 2017 07:56:23 +0000 (10:56 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 31 Jan 2017 07:56:23 +0000 (10:56 +0300)
(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

index da237b8..316b07a 100644 (file)
@@ -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;