From 5d784aa8e15dcd287414ce3f3a781c1e54885636 Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Sat, 9 Jul 2022 21:01:51 +0200 Subject: [PATCH] fix comment --- examples/cpal_demo_node_api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cpal_demo_node_api.rs b/examples/cpal_demo_node_api.rs index fb5155f..6c38fa6 100644 --- a/examples/cpal_demo_node_api.rs +++ b/examples/cpal_demo_node_api.rs @@ -220,7 +220,7 @@ where Ok(()) } -// This function starts the Jack backend and +// This function starts the CPAL backend and // runs the audio loop with the NodeExecutor. fn start_backend(node_exec: NodeExecutor, frontend_loop: F) { let host = cpal::default_host();