From: Jaroslav Kysela Date: Wed, 21 Sep 2005 08:24:31 +0000 (+0000) Subject: fixed typo in comment X-Git-Tag: v1.0.10rc2~4 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=31595805b20a30d628a27d46ed305272695476f4;p=alsa-lib.git fixed typo in comment --- diff --git a/include/pcm.h b/include/pcm.h index d814a43e..4927add2 100644 --- a/include/pcm.h +++ b/include/pcm.h @@ -305,7 +305,7 @@ enum _snd_pcm_type { SND_PCM_TYPE_HW = 0, /** Hooked PCM */ SND_PCM_TYPE_HOOKS, - /** One ore more linked PCM with exclusive access to selected + /** One or more linked PCM with exclusive access to selected channels */ SND_PCM_TYPE_MULTI, /** File writing plugin */