summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/disk_reader.cc4
1 files changed, 2 insertions, 2 deletions
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