summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-05-13 23:54:24 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-05-13 23:54:24 -0600
commit169e7033b6688c98f55166e92001165cde441d56 (patch)
treec78a932d9fe316efd98b1e5e2c9b05b732c38b4d
parentd776415d54d5b984f6155e121f455ce33e858df2 (diff)
DiskReader: improve comment
-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