diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-04 09:23:34 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-07 07:52:00 +0000 |
commit | 5e08a655beb5e0e68e20d9964955840888ff86ba (patch) | |
tree | ad5d44d2b582212bd33f31a56a42464ee9891f31 | |
parent | 6f5c5bb17f75ce864852dbbc2690d21038c7cfea (diff) |
sound(4): Fix a typo in a source code comment
- s/availavle/available/
(cherry picked from commit 4e50737fa8d65a35c844b587d5cd98172830ec68)
-rw-r--r-- | sys/sys/soundcard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h index 2410fe110aac..f6e38e930872 100644 --- a/sys/sys/soundcard.h +++ b/sys/sys/soundcard.h @@ -1750,7 +1750,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 */ |