From 4e50737fa8d65a35c844b587d5cd98172830ec68 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 4 Sep 2022 11:23:34 +0200 Subject: [PATCH] sound(4): Fix a typo in a source code comment - s/availavle/available/ MFC after: 3 days --- 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 */