From 63c5cf851ed4113b5a2dab92f51466a6feea912e Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 9 Apr 2020 07:53:38 +1000 Subject: [PATCH] Fix a typo. --- examples/simple_loopback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple_loopback.c b/examples/simple_loopback.c index be27a844..2d1ec1d9 100644 --- a/examples/simple_loopback.c +++ b/examples/simple_loopback.c @@ -2,7 +2,7 @@ This example simply captures data from your default playback device until you press Enter. The output is saved to the file specified on the command line. -The use loopback mode you just need to set the device type to ma_device_type_loopback and set the capture device config +To use loopback mode you just need to set the device type to ma_device_type_loopback and set the capture device config properties. The output buffer in the callback will be null whereas the input buffer will be valid. */