From 57340112286d2de74248818e51236c45d60e86d4 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Mon, 12 Nov 2012 22:03:22 +0100 Subject: [PATCH] cache: Fix typo in API doc of nl_cache_set_flags() Signed-off-by: Thomas Graf --- lib/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cache.c b/lib/cache.c index 7b70324..6a0e71a 100644 --- a/lib/cache.c +++ b/lib/cache.c @@ -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) { -- 2.40.0