diff options
author | Thomas Graf <tgraf@suug.ch> | 2012-11-12 22:03:22 +0100 |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2012-11-12 22:03:22 +0100 |
commit | 57340112286d2de74248818e51236c45d60e86d4 (patch) | |
tree | d5e6b7872ff7f576f1fcc2d49c0545b8368d5232 /lib/cache.c | |
parent | ce72565f2649347103219056b9b5ae7c18247087 (diff) | |
download | libnl-57340112286d2de74248818e51236c45d60e86d4.tar.gz |
cache: Fix typo in API doc of nl_cache_set_flags()
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Diffstat (limited to 'lib/cache.c')
-rw-r--r-- | lib/cache.c | 2 |
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) { |