1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-13 00:25:26 +00:00

Fix typo.

This commit is contained in:
Thomas Harte
2024-02-09 14:26:02 -05:00
parent 609d81d75d
commit 9909146c59

View File

@@ -86,7 +86,7 @@ struct SampleSource: public BufferSource<SourceT, stereo> {
} else { } else {
std::size_t c = 0; std::size_t c = 0;
// Fill in the tail of any pa3rtially-captured level. // Fill in the tail of any partially-captured level.
auto level = source.level(); auto level = source.level();
while(c < number_of_samples && master_divider_ != divider) { while(c < number_of_samples && master_divider_ != divider) {
target[c] = level; target[c] = level;