summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Meerwald <p.meerwald@bct-electronic.com>2011-12-12 13:19:43 +0100
committerColin Guthrie <colin@mageia.org>2011-12-12 22:46:22 +0000
commit66b2755361160282bff31754c1a30c7a52974c7e (patch)
treeb86e1a685a50c3b78938a92c9202dae05ad3be72
parent564997e4874a659bbd52a069d94fe981075dd1b7 (diff)
format: Fix unknown doxygen command \second
-rw-r--r--src/pulse/format.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulse/format.h b/src/pulse/format.h
index 67996c56..fead1d83 100644
--- a/src/pulse/format.h
+++ b/src/pulse/format.h
@@ -89,8 +89,8 @@ int pa_format_info_valid(const pa_format_info *f);
/** Returns non-zero when the format info structure represents a PCM (i.e. uncompressed data) format */
int pa_format_info_is_pcm(const pa_format_info *f);
-/** Returns non-zero if the format represented \a first is a subset of
- * the format represented by \second. This means that \a second must
+/** Returns non-zero if the format represented by \a first is a subset of
+ * the format represented by \a second. This means that \a second must
* have all the fields that \a first does, but the reverse need not
* be true. This is typically expected to be used to check if a
* stream's format is compatible with a given sink. In such a case,