From 8809fcc67b49888a4a8f1597996baac331693352 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 26 Mar 2012 08:29:38 +0400 Subject: [PATCH] Fix a typo in comment in standard_ao_double_t.h --- src/atomic_ops/sysdeps/standard_ao_double_t.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/atomic_ops/sysdeps/standard_ao_double_t.h b/src/atomic_ops/sysdeps/standard_ao_double_t.h index 2558466..9f5c9a4 100644 --- a/src/atomic_ops/sysdeps/standard_ao_double_t.h +++ b/src/atomic_ops/sysdeps/standard_ao_double_t.h @@ -21,11 +21,11 @@ */ /* - * NEC LE-IT: For 64Bit OS we extend the double type to hold two int64's + * NEC LE-IT: For 64-bit OS we extend the double type to hold two int64's * * x86-64: __m128 serves as placeholder which also requires the compiler - * to align it on 16 byte boundary (as required by cmpxchg16. - * Similar things could be done for PowerPC 64bit using a VMX data type... + * to align it on 16 byte boundary (as required by cmpxchg16). + * Similar things could be done for PowerPC 64-bit using a VMX data type... */ #if (defined(__x86_64__) && defined(__GNUC__)) || defined(_WIN64) -- 2.7.4