Updated TODO.
diff --git a/consumer.go b/consumer.go
index 9d55e7c..5d51d31 100644
--- a/consumer.go
+++ b/consumer.go
@@ -1,6 +1,6 @@
 package disruptor
 
-// TODO: investigate performance impact of Consume(sequence, remaining int64) (consumed int64)
+// performance impact of Consume(sequence, remaining int64) (consumed int64)?
 type Consumer interface {
 	Consume(lower, upper int64)
 }