diff options
| author | David Fries <david@fries.net> | 2010-09-18 09:07:15 -0500 | 
|---|---|---|
| committer | Colin Guthrie <cguthrie@mandriva.org> | 2010-11-17 22:00:30 +0000 | 
| commit | b7303e2dd437a799bbdd4a74fb81a1472081f86a (patch) | |
| tree | f719a14ff1cdbfdfdad9d92432503beb220637f5 | |
| parent | 352ae22015452d730c32a7047675b820de2fbbf8 (diff) | |
doxygen: Fix documentation typos
| -rw-r--r-- | src/pulse/introspect.h | 2 | ||||
| -rw-r--r-- | src/pulse/stream.h | 9 | ||||
| -rw-r--r-- | src/pulse/timeval.h | 4 | 
3 files changed, 8 insertions, 7 deletions
diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h index 68cfc874..c7a8b1fc 100644 --- a/src/pulse/introspect.h +++ b/src/pulse/introspect.h @@ -59,7 +59,7 @@   * Note that even if a single object is requested, and not the entire list,   * the terminating call will still be made.   * - * If an error occurs, the callback will be called without and information + * If an error occurs, the callback will be called without an information   * structure and eol set to a negative value..   *   * Data members in the information structures are only valid during the diff --git a/src/pulse/stream.h b/src/pulse/stream.h index bc54a118..adf159c2 100644 --- a/src/pulse/stream.h +++ b/src/pulse/stream.h @@ -486,8 +486,8 @@ int pa_stream_cancel_write(   * data is not copied. If NULL, the data is copied into an internal   * buffer. The client may freely seek around in the output buffer. For   * most applications passing 0 and PA_SEEK_RELATIVE as arguments for - * offset and seek should be useful. Afte ther write call succeeded - * the write index will be a the position after where this chunk of + * offset and seek should be useful. After the write call succeeded + * the write index will be at the position after where this chunk of   * data has been written to.   *   * As an optimization for avoiding needless memory copies you may call @@ -739,8 +739,9 @@ pa_operation *pa_stream_proplist_remove(pa_stream *s, const char *const keys[],   * 0.9.11 */  int pa_stream_set_monitor_stream(pa_stream *s, uint32_t sink_input_idx); -/** Return what has been set with pa_stream_set_monitor_stream() - * ebfore. \since 0.9.11 */ +/** Return the sink input index previously set with + * pa_stream_set_monitor_stream(). + * \since 0.9.11 */  uint32_t pa_stream_get_monitor_stream(pa_stream *s);  PA_C_DECL_END diff --git a/src/pulse/timeval.h b/src/pulse/timeval.h index 3cea5d3b..42014638 100644 --- a/src/pulse/timeval.h +++ b/src/pulse/timeval.h @@ -72,10 +72,10 @@ int pa_timeval_cmp(const struct timeval *a, const struct timeval *b) PA_GCC_PURE  /** Return the time difference between now and the specified timestamp */  pa_usec_t pa_timeval_age(const struct timeval *tv); -/** Add the specified time inmicroseconds to the specified timeval structure */ +/** Add the specified time in microseconds to the specified timeval structure */  struct timeval* pa_timeval_add(struct timeval *tv, pa_usec_t v); -/** Subtract the specified time inmicroseconds to the specified timeval structure. \since 0.9.11 */ +/** Subtract the specified time in microseconds to the specified timeval structure. \since 0.9.11 */  struct timeval* pa_timeval_sub(struct timeval *tv, pa_usec_t v);  /** Store the specified uec value in the timeval struct. \since 0.9.7 */  | 
