]> git.sesse.net Git - stockfish/blobdiff - src/lock.h
Small code style in headers
[stockfish] / src / lock.h
index 715755d36900c167ff390f2951ddf453458d06cf..cd4dfa702c87756c2cb1d11fde5a99b859163057 100644 (file)
@@ -23,7 +23,7 @@
 
 
 // x86 assembly language locks or OS spin locks may perform faster than
-// mutex locks on some platforms.  On my machine, mutexes seem to be the
+// mutex locks on some platforms. On my machine, mutexes seem to be the
 // best.
 
 //#define ASM_LOCK