Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2022 07:27:05 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: ba2851e6c283 - stable/13 - sound(4): Fix a typo in a source code comment
Message-ID:  <202209070727.2877R5eb042942@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=ba2851e6c283a56a91756e7e2f9e92061b88eceb

commit ba2851e6c283a56a91756e7e2f9e92061b88eceb
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 09:23:34 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 07:26:24 +0000

    sound(4): Fix a typo in a source code comment
    
    - s/availavle/available/
    
    (cherry picked from commit 4e50737fa8d65a35c844b587d5cd98172830ec68)
---
 sys/sys/soundcard.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h
index 285f26986434..a4bda665ed60 100644
--- a/sys/sys/soundcard.h
+++ b/sys/sys/soundcard.h
@@ -1746,7 +1746,7 @@ typedef struct oss_sysinfo
 	int	openedaudio[8];	/* Bit mask telling which audio devices
 				   are busy */
 
-	int	numsynths;	/* # of availavle synth devices */
+	int	numsynths;	/* # of available synth devices */
 	int	nummidis;	/* # of available MIDI ports */
 	int	numtimers;	/* # of available timer devices */
 	int	nummixers;	/* # of mixer devices */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209070727.2877R5eb042942>