diff options
author | Jordi Mallach <jordi@debian.org> | 2013-05-17 18:25:51 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-05-23 14:52:04 +0200 |
commit | 3d7433a3c87754ff8b51cf06de53a3e6c38c20b0 (patch) | |
tree | bc807173fc5cb9ac76e86a81a406338a8e508e84 | |
parent | 49858e7b2feb8d3fb3d4a7cdd94043445297435f (diff) |
pcm: Fix typo in documentation: PREPARE → PREPARED.
Signed-off-by: Jordi Mallach <jordi@debian.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | src/pcm/pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c index 438fb3fd..7ec1f0e5 100644 --- a/src/pcm/pcm.c +++ b/src/pcm/pcm.c @@ -437,7 +437,7 @@ to #SND_PCM_STATE_SETUP if successfully finishes, otherwise the state #SND_PCM_STATE_OPEN is entered. When it is brought to SETUP state, this function automatically -calls #snd_pcm_prepare() function to bring to the PREPARE state +calls #snd_pcm_prepare() function to bring to the PREPARED state as below. \par snd_pcm_prepare |