]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/SGAtomic.cxx
Add optional attribute condition to "copyProperties".
[simgear.git] / simgear / structure / SGAtomic.cxx
index ee219d84c086d7754ce7f18bbe60dbb25b84c8ad..728994df81be057fd3ec03a909b61f6b2e1ecbae 100644 (file)
 
 #include "SGAtomic.hxx"
 
-#if defined(SGATOMIC_USE_GCC4_BUILTINS) && defined(__i386__)
+#if defined(SGATOMIC_USE_GCC4_BUILTINS) && defined (__i386__)
 
-// Usually the apropriate functions are inlined by gcc.
-// But if gcc is called with something aequivalent to -march=i386,
+// Usually the appropriate functions are inlined by gcc.
+// But if gcc is called with something equivalent to -march=i386,
 // it will not assume that there is a lock instruction and instead
 // calls this pair of functions. We will provide them here in this case.
 // Note that this assembler code will not work on a i386 chip anymore.
-// But I hardly believe that we can assume to run at least on a i486 ...
+// But I firmly believe that we can assume to run at least on a i486 ...
 
 extern "C" {