summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-05-06 13:52:38 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-05-07 17:40:20 -0600
commit95d9f600355b494a982ba3e4f6fe87e70c01f12e (patch)
tree6d0656050bbbbf8cfdc965d0ef96cde848e39ba5 /libs
parent07aa203a92e5911661b380ef486cfb0c1f477a28 (diff)
fix comment typo
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/disk_reader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/disk_reader.cc b/libs/ardour/disk_reader.cc
index 0ca35197c6..2eac27d211 100644
--- a/libs/ardour/disk_reader.cc
+++ b/libs/ardour/disk_reader.cc
@@ -628,7 +628,7 @@ DiskReader::overwrite_existing_audio ()
* offset that existed when we requested an overwrite. That is, if the
* Nth position in the buffer contained the sample corresponding to
* timeline position T, then once this is complete that condition
- * should still hold. The actual value of the sample (and even when it
+ * should still hold. The actual value of the sample (and even whether it
* corresponds to any actual material on disk - it may just be silence)
* may change, but this buffer_offset<->timeline_position mapping must
* remain constant.