]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/SGAtomic.cxx
Add optional attribute condition to "copyProperties".
[simgear.git] / simgear / structure / SGAtomic.cxx
index e7dd76c29a3883c38aaf975e75487f8166bd49cc..728994df81be057fd3ec03a909b61f6b2e1ecbae 100644 (file)
 
 #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" {