mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
sound(4): Fix a typo in a source code comment
- s/availavle/available/ MFC after: 3 days
This commit is contained in:
parent
832b40f7ff
commit
4e50737fa8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue