diff --git a/include/vlc_aout.h b/include/vlc_aout.h index 032157fbd5f7..b6546ab34a3f 100644 --- a/include/vlc_aout.h +++ b/include/vlc_aout.h @@ -267,7 +267,7 @@ static inline void aout_MuteReport(audio_output_t *aout, bool mute) /** * Report audio policy status. - * \parm cork true to request a cork, false to undo any pending cork. + * \param cork true to request a cork, false to undo any pending cork. */ static inline void aout_PolicyReport(audio_output_t *aout, bool cork) { diff --git a/include/vlc_http.h b/include/vlc_http.h index ab04a8aab8b1..14d2fe5adcdf 100644 --- a/include/vlc_http.h +++ b/include/vlc_http.h @@ -87,8 +87,8 @@ VLC_API bool vlc_http_cookies_append( vlc_http_cookie_jar_t * p_jar, const char /** * Returns a cookie value that match the given URL. * - * @params p_jar a cookie jar - * @params p_url the URL for which the cookies are returned + * @param p_jar a cookie jar + * @param p_url the URL for which the cookies are returned * @return A string consisting of semicolon-separated cookie NAME=VALUE pairs. */ VLC_API char *vlc_http_cookies_for_url( vlc_http_cookie_jar_t * p_jar, const vlc_url_t * p_url );