diff options
author | Eric Leblond <eric@regit.org> | 2013-03-14 12:02:35 +0100 |
---|---|---|
committer | Eric Leblond <eric@regit.org> | 2013-03-14 12:03:15 +0100 |
commit | 7aa4b6cc0b994a4af80a34d3f9872447412815e1 (patch) | |
tree | d1a1f74d028cd23c4ecbff538e1639f431f10858 | |
parent | 496cb13e3a04bdc18739b7e60d066dbe6f730ca4 (diff) | |
download | libmnl-7aa4b6cc0b994a4af80a34d3f9872447412815e1.tar.gz libmnl-7aa4b6cc0b994a4af80a34d3f9872447412815e1.zip |
doxygen: fix a variable name.
Variable name in doxygen description was not correct.
Signed-off-by: Eric Leblond <eric@regit.org>
-rw-r--r-- | src/nlmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nlmsg.c b/src/nlmsg.c index 000829e..fdb7af8 100644 --- a/src/nlmsg.c +++ b/src/nlmsg.c @@ -222,7 +222,7 @@ EXPORT_SYMBOL(mnl_nlmsg_seq_ok); /** * mnl_nlmsg_portid_ok - perform portID origin check * \param nlh current netlink message that we are handling - * \param seq netlink portid that we want to check + * \param portid netlink portid that we want to check * * This functions returns true if the origin is fulfilled, otherwise * false is returned. We skip the tracking for netlink message whose portID |