summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2012-11-12 22:03:22 +0100
committerThomas Graf <tgraf@suug.ch>2012-11-12 22:03:22 +0100
commit57340112286d2de74248818e51236c45d60e86d4 (patch)
treed5e6b7872ff7f576f1fcc2d49c0545b8368d5232
parentce72565f2649347103219056b9b5ae7c18247087 (diff)
downloadlibnl-57340112286d2de74248818e51236c45d60e86d4.tar.gz
cache: Fix typo in API doc of nl_cache_set_flags()
Signed-off-by: Thomas Graf <tgraf@suug.ch>
-rw-r--r--lib/cache.c2
1 files changed, 1 insertions, 1 deletions
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)
{