summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Langlois <olivier@trillion01.com>2014-01-05 23:12:44 -0500
committerJaroslav Kysela <perex@perex.cz>2014-01-06 09:07:11 +0100
commit3baf1bee843d8f0559f1481f26e9b8235b5e85ee (patch)
treefb8d42cd3fd660c64652b27946c81b0f0d03c97b
parent670e228c693cbff9714856e5be93a88d137c5c30 (diff)
downloadalsa-lib-3baf1bee843d8f0559f1481f26e9b8235b5e85ee.tar.gz
alsa-lib: minor typo in pcm doc
Added a missing 'f' in the word 'diferent' Signed-off-by: Olivier Langlois <olivier@trillion01.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--src/pcm/pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c
index c54fa069..7e460146 100644
--- a/src/pcm/pcm.c
+++ b/src/pcm/pcm.c
@@ -105,7 +105,7 @@ The poll or select functions (see 'man 2 poll' or 'man 2 select' for further
details) allows to receive requests/events from the device while
an application is waiting on events from other sources (like keyboard, screen,
network etc.), too. \ref snd_pcm_poll_descriptors can be used to get file
-descriptors to poll or select on (note that wait direction might be diferent
+descriptors to poll or select on (note that wait direction might be different
than expected - do not use only returned file descriptors, but handle
events member as well - see \ref snd_pcm_poll_descriptors function
description for more details and \ref snd_pcm_poll_descriptors_revents for