Completed TODO.
diff --git a/writer.go b/writer.go
index 95c167c..437e365 100644
--- a/writer.go
+++ b/writer.go
@@ -31,7 +31,7 @@
 	wrap := next - this.ringSize
 
 	if wrap > this.gate {
-		min := this.readerBarrier.Load() // TODO: the most expensive call
+		min := this.readerBarrier.Load()
 		if wrap > min {
 			return Gating
 		}