From 27b7459b8d008bcb8866e98b85a598e0beca9c22 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 19 Mar 2012 14:21:52 +0200 Subject: docs: Fix a stray reference to tags in the generic doxy on dicts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavutil/dict.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/dict.h b/libavutil/dict.h index 6e28b61406..fd53036dd0 100644 --- a/libavutil/dict.h +++ b/libavutil/dict.h @@ -93,7 +93,7 @@ av_dict_get(AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int * a dictionary struct is allocated and put in *pm. * @param key entry key to add to *pm (will be av_strduped depending on flags) * @param value entry value to add to *pm (will be av_strduped depending on flags). - * Passing a NULL value will cause an existing tag to be deleted. + * Passing a NULL value will cause an existing entry to be deleted. * @return >= 0 on success otherwise an error code <0 */ int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags); -- cgit v1.2.3