From 169e7033b6688c98f55166e92001165cde441d56 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 13 May 2020 23:54:24 -0600 Subject: DiskReader: improve comment --- libs/ardour/disk_reader.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs') diff --git a/libs/ardour/disk_reader.cc b/libs/ardour/disk_reader.cc index 5124898630..4a7e53fe49 100644 --- a/libs/ardour/disk_reader.cc +++ b/libs/ardour/disk_reader.cc @@ -693,8 +693,8 @@ DiskReader::overwrite_existing_audio () chunk1_cnt = min (c->front()->rbuf->bufsize() - overwrite_offset, to_overwrite); /* note: because we are overwriting buffer contents but not moving the - * write/read pointers, we do actually want to fill all the way to the - * write pointer (the value given by PlaybackBuffer::overwritable_at(). + * write/read pointers, we actually want to fill all the way to the + * write pointer (the value returned by PlaybackBuffer::overwritable_at(). * * This differs from what happens during ::refill_audio() where we are * careful not to allow the read pointer to catch the write pointer -- cgit v1.2.3