[pulseaudio-discuss] [PATCH] doc: Fix typos in doxygen documentation of pulse/def.h
Peter Meerwald
pmeerw at pmeerw.net
Wed Apr 10 09:10:48 PDT 2013
From: Peter Meerwald <p.meerwald at bct-electronic.com>
Signed-off-by: Peter Meerwald <p.meerwald at bct-electronic.com>
---
src/pulse/def.h | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/pulse/def.h b/src/pulse/def.h
index a7f592b..f00253e 100644
--- a/src/pulse/def.h
+++ b/src/pulse/def.h
@@ -237,14 +237,14 @@ typedef enum pa_stream_flags {
PA_STREAM_FIX_RATE = 0x0080U,
/**< Use the sample rate of the sink, and possibly ignore the rate
* the sample spec contains. Usage similar to
- * PA_STREAM_FIX_FORMAT.Only supported when the server is at least
+ * PA_STREAM_FIX_FORMAT. Only supported when the server is at least
* PA 0.9.8. It is ignored on older servers. \since 0.9.8 */
PA_STREAM_FIX_CHANNELS = 0x0100,
/**< Use the number of channels and the channel map of the sink,
- * and possibly ignore the number of channels and the map the
- * sample spec and the passed channel map contains. Usage similar
- * to PA_STREAM_FIX_FORMAT. Only supported when the server is at
+ * and possibly ignore the number of channels and the channel map
+ * the passed sample spec contains. Usage similar to
+ * PA_STREAM_FIX_FORMAT. Only supported when the server is at
* least PA 0.9.8. It is ignored on older servers. \since 0.9.8 */
PA_STREAM_DONT_MOVE = 0x0200U,
@@ -267,7 +267,7 @@ typedef enum pa_stream_flags {
PA_STREAM_START_MUTED = 0x1000U,
/**< Create in muted state. If neither PA_STREAM_START_UNMUTED nor
- * PA_STREAM_START_MUTED it is left to the server to decide
+ * PA_STREAM_START_MUTED is given, it is left to the server to decide
* whether to create the stream in muted or in unmuted
* state. \since 0.9.11 */
@@ -283,7 +283,7 @@ typedef enum pa_stream_flags {
* "classic" hardware device fragment-style playback model. If
* this option is set, the minreq value of the buffer metrics gets
* a new meaning: instead of just specifying that no requests
- * asking for less new data than this value will be made to the
+ * asking for new data less than this value will be made to the
* client it will also guarantee that requests are generated as
* early as this limit is reached. This flag should only be set in
* very few situations where compatibility with a fragment-based
@@ -296,14 +296,14 @@ typedef enum pa_stream_flags {
* PA_STREAM_ADJUST_LATENCY. \since 0.9.12 */
PA_STREAM_DONT_INHIBIT_AUTO_SUSPEND = 0x8000U,
- /**< If set this stream won't be taken into account when we it is
+ /**< If set this stream won't be taken into account when it is
* checked whether the device this stream is connected to should
* auto-suspend. \since 0.9.15 */
PA_STREAM_START_UNMUTED = 0x10000U,
/**< Create in unmuted state. If neither PA_STREAM_START_UNMUTED
- * nor PA_STREAM_START_MUTED it is left to the server to decide
- * whether to create the stream in muted or in unmuted
+ * nor PA_STREAM_START_MUTED is given, it is left to the server
+ * to decide whether to create the stream in muted or in unmuted
* state. \since 0.9.15 */
PA_STREAM_FAIL_ON_SUSPEND = 0x20000U,
@@ -316,7 +316,7 @@ typedef enum pa_stream_flags {
/**< If a volume is passed when this stream is created, consider
* it relative to the sink's current volume, never as absolute
* device volume. If this is not specified the volume will be
- * consider absolute when the sink is in flat volume mode,
+ * considered absolute when the sink is in flat volume mode,
* relative otherwise. \since 0.9.20 */
PA_STREAM_PASSTHROUGH = 0x80000U
--
1.7.9.5
More information about the pulseaudio-discuss
mailing list