aboutsummaryrefslogtreecommitdiffstats
path: root/src/AudioParser.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/AudioParser.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AudioParser.hxx b/src/AudioParser.hxx
index 863fa5698..247d0d6f0 100644
--- a/src/AudioParser.hxx
+++ b/src/AudioParser.hxx
@@ -30,12 +30,12 @@ class Error;
/**
* Parses a string in the form "SAMPLE_RATE:BITS:CHANNELS" into an
- * #audio_format.
+ * #AudioFormat.
*
* @param dest the destination #audio_format struct
* @param src the input string
* @param mask if true, then "*" is allowed for any number of items
- * @param error_r location to store the error occurring, or NULL to
+ * @param error location to store the error occurring, or NULL to
* ignore errors
* @return true on success
*/