From abbe35d7a89423059e0f33be98614d74fcbf8c27 Mon Sep 17 00:00:00 2001 From: Trek H Date: Thu, 13 Aug 2020 16:23:19 +0930 Subject: [PATCH] alsa: improve documentation --- device/alsa/alsa.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/alsa/alsa.go b/device/alsa/alsa.go index 72b643a1..0ebfa931 100644 --- a/device/alsa/alsa.go +++ b/device/alsa/alsa.go @@ -117,7 +117,7 @@ func (d *ALSA) Name() string { } // Setup will take a Config struct, check the validity of the relevant fields -// and then performs any configuration necessary. If fields are not valid, +// and then perform any configuration necessary. If fields are not valid, // an error is added to the multiError and a default value is used. // It then initialises the ALSA device which can then be started, read from, and stopped. func (d *ALSA) Setup(c config.Config) error {