From 28c5775958d512b8c103dc4f8f772c797d71ed39 Mon Sep 17 00:00:00 2001 From: reuk Date: Wed, 20 Oct 2021 20:23:37 +0100 Subject: [PATCH] ProcessContextNonReplacing: Fix typo --- modules/juce_dsp/processors/juce_ProcessContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_dsp/processors/juce_ProcessContext.h b/modules/juce_dsp/processors/juce_ProcessContext.h index bb170646f8..1a00fcff7c 100644 --- a/modules/juce_dsp/processors/juce_ProcessContext.h +++ b/modules/juce_dsp/processors/juce_ProcessContext.h @@ -146,7 +146,7 @@ public: using AudioBlockType = AudioBlock; using ConstAudioBlockType = AudioBlock; - /** Creates a ProcessContextReplacing that uses the given input and output blocks. + /** Creates a ProcessContextNonReplacing that uses the given input and output blocks. Note that the caller must not delete these blocks while they are still in use by this object! */ ProcessContextNonReplacing (const ConstAudioBlockType& input, AudioBlockType& output) noexcept