summaryrefslogtreecommitdiff
path: root/src/audio_core/renderer/mix
diff options
context:
space:
mode:
authorGravatar Liam2023-03-11 22:10:38 -0500
committerGravatar Liam2023-03-12 11:33:01 -0400
commit600f325d87e42f856da58c42a5280f098ebb6e8c (patch)
tree75c4fe48af55186a4e420e94a1d7e1bfd92e4ec0 /src/audio_core/renderer/mix
parentgeneral: use codespell to identify spelling mistakes (diff)
downloadyuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.tar.gz
yuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.tar.xz
yuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.zip
general: fix spelling mistakes
Diffstat (limited to 'src/audio_core/renderer/mix')
-rw-r--r--src/audio_core/renderer/mix/mix_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/renderer/mix/mix_context.h b/src/audio_core/renderer/mix/mix_context.h
index da3aa2829..bcd9637da 100644
--- a/src/audio_core/renderer/mix/mix_context.h
+++ b/src/audio_core/renderer/mix/mix_context.h
@@ -93,7 +93,7 @@ public:
93 * Splitter sort, traverse the splitter node graph and sort the sorted mixes from results. 93 * Splitter sort, traverse the splitter node graph and sort the sorted mixes from results.
94 * 94 *
95 * @param splitter_context - Splitter context for the sort. 95 * @param splitter_context - Splitter context for the sort.
96 * @return True if the sort was successful, othewise false. 96 * @return True if the sort was successful, otherwise false.
97 */ 97 */
98 bool TSortInfo(const SplitterContext& splitter_context); 98 bool TSortInfo(const SplitterContext& splitter_context);
99 99