aboutsummaryrefslogtreecommitdiffstats
path: root/src/AudioParser.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/AudioParser.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/AudioParser.hxx b/src/AudioParser.hxx
index 07ad7cb4a..247d0d6f0 100644
--- a/src/AudioParser.hxx
+++ b/src/AudioParser.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2014 The Music Player Daemon Project
+ * Copyright (C) 2003-2015 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -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
*/