[PATCH] Typo fixes
Fix a lot of typos. Eyeballed by jmc@ in OpenBSD. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

orang tua
ded23ac627
melakukan
7f927fcc2f
@@ -359,7 +359,7 @@ snd_rme96_capture_copy(struct snd_pcm_substream *substream,
|
||||
}
|
||||
|
||||
/*
|
||||
* Digital output capabilites (S/PDIF)
|
||||
* Digital output capabilities (S/PDIF)
|
||||
*/
|
||||
static struct snd_pcm_hardware snd_rme96_playback_spdif_info =
|
||||
{
|
||||
@@ -388,7 +388,7 @@ static struct snd_pcm_hardware snd_rme96_playback_spdif_info =
|
||||
};
|
||||
|
||||
/*
|
||||
* Digital input capabilites (S/PDIF)
|
||||
* Digital input capabilities (S/PDIF)
|
||||
*/
|
||||
static struct snd_pcm_hardware snd_rme96_capture_spdif_info =
|
||||
{
|
||||
@@ -417,7 +417,7 @@ static struct snd_pcm_hardware snd_rme96_capture_spdif_info =
|
||||
};
|
||||
|
||||
/*
|
||||
* Digital output capabilites (ADAT)
|
||||
* Digital output capabilities (ADAT)
|
||||
*/
|
||||
static struct snd_pcm_hardware snd_rme96_playback_adat_info =
|
||||
{
|
||||
@@ -442,7 +442,7 @@ static struct snd_pcm_hardware snd_rme96_playback_adat_info =
|
||||
};
|
||||
|
||||
/*
|
||||
* Digital input capabilites (ADAT)
|
||||
* Digital input capabilities (ADAT)
|
||||
*/
|
||||
static struct snd_pcm_hardware snd_rme96_capture_adat_info =
|
||||
{
|
||||
|
Reference in New Issue
Block a user