Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnnz committed Nov 16, 2024
1 parent 12ca329 commit da37a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/rendering/sampleRendering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ReadResult readCopy_(const Wave& wave, mcl::AudioBuffer& dest, Frame start,

/* onSampleEnd
Things to do when the last frame has been reached. 'natural' == true if the
rendering has ended because the end of the sample has ben reached.
rendering has ended because the end of the sample has been reached.
'natural' == false if the rendering has been manually interrupted (by a
RenderInfo::Mode::STOP type). Returns whether the sample should loop or not. */

Expand Down

0 comments on commit da37a28

Please sign in to comment.