cache: Fix typo in API doc of nl_cache_set_flags()

Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
Thomas Graf 2012-11-12 22:03:22 +01:00
parent ce72565f26
commit 5734011228

View file

@ -579,7 +579,7 @@ void nl_cache_ops_set_flags(struct nl_cache_ops *ops, unsigned int flags)
/**
* Set cache flags
* @arg cache Cache
* @arg arg flags
* @arg flags Flags
*/
void nl_cache_set_flags(struct nl_cache *cache, unsigned int flags)
{