diff --git a/stepmania/src/RageUtil_CircularBuffer.h b/stepmania/src/RageUtil_CircularBuffer.h index f9305e7c9e..5f29305643 100644 --- a/stepmania/src/RageUtil_CircularBuffer.h +++ b/stepmania/src/RageUtil_CircularBuffer.h @@ -83,8 +83,7 @@ public: return 0; } - /* Return the number of elements writable. Note that there must always - * be one */ + /* Return the number of writable elements. */ unsigned num_writable() const { const int rpos = read_pos;