Index: benchmark/basic/ttst_lock.c
===================================================================
--- benchmark/basic/ttst_lock.c	(revision b4107c815918e9d1300f3381d29c2a863abf7de8)
+++ benchmark/basic/ttst_lock.c	(revision 5c9b20cdbd8f11c2e3b1817c4e65a16c5f1e9a65)
@@ -3,4 +3,7 @@
 
 #include "bench.h"
+
+// Does a "lock xchg" on entry but a simple "mov" on exit => cheaper as 0 contention. While it has much more code, the
+// bulk is never run.
 
 #define CALIGN __attribute__(( aligned (CACHE_ALIGN) ))
