X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Flock.h;h=cd4dfa702c87756c2cb1d11fde5a99b859163057;hp=715755d36900c167ff390f2951ddf453458d06cf;hb=bfd4421f490e721958a77b8304d8ebcb574a583f;hpb=5c81602d14539f8259a715477315e28b5de7cb54 diff --git a/src/lock.h b/src/lock.h index 715755d3..cd4dfa70 100644 --- a/src/lock.h +++ b/src/lock.h @@ -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