]> git.alsa-project.org Git - alsa-lib.git/commitdiff
alsa-lib: minor typo in pcm doc
authorOlivier Langlois <olivier@trillion01.com>
Mon, 6 Jan 2014 04:12:44 +0000 (23:12 -0500)
committerJaroslav Kysela <perex@perex.cz>
Mon, 6 Jan 2014 08:07:11 +0000 (09:07 +0100)
Added a missing 'f' in the word 'diferent'

Signed-off-by: Olivier Langlois <olivier@trillion01.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/pcm/pcm.c

index c54fa06974fc6a86e27cf347ec0bc23c22fd78c1..7e46014627c2cbcbd0f57bc4d8f61873638bd21b 100644 (file)
@@ -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