sound(4): Fix a typo in a source code comment

- s/availavle/available/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-04 11:23:34 +02:00
parent 832b40f7ff
commit 4e50737fa8

View File

@ -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 */