Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Sep 1, 2024
1 parent bc6cdd9 commit 9385b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gen_adsr_envelope.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TEST_CASE("TEST_adsr_envelope")
constexpr auto n_channels = 2;
constexpr auto buffer_size = size * n_channels;

// Use vector to prevent stack overlow!
// Use vector to prevent stack overflow!
static auto buff = std::vector<float>(buffer_size); // The output buffer

auto env_cfg = q::adsr_envelope_gen::config
Expand Down

0 comments on commit 9385b8c

Please sign in to comment.