]> code.delx.au - pulseaudio/commitdiff
idxset: Fix _get_by_data() comment.
authorTanu Kaskinen <tanuk@iki.fi>
Wed, 27 May 2009 13:57:06 +0000 (16:57 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Wed, 6 Jan 2010 08:48:32 +0000 (10:48 +0200)
src/pulsecore/idxset.h

index d1e68c5c48191344b4742ff874126256adafe66b..2d01fb47346fbce6ffaf917b49de4e895b2a962b 100644 (file)
@@ -65,7 +65,7 @@ int pa_idxset_put(pa_idxset*s, void *p, uint32_t *idx);
 /* Get the entry by its idx */
 void* pa_idxset_get_by_index(pa_idxset*s, uint32_t idx);
 
-/* Get the entry by its data. The idx is returned in *index */
+/* Get the entry by its data. The index is returned in *idx */
 void* pa_idxset_get_by_data(pa_idxset*s, const void *p, uint32_t *idx);
 
 /* Similar to pa_idxset_get_by_index(), but removes the entry from the idxset. */