From 8cf7c41709c949d1472f030e78ab50b5f9c6bcc6 Mon Sep 17 00:00:00 2001 From: Ken-ichirou MATSUZAWA Date: Wed, 8 Oct 2014 09:22:43 +0900 Subject: doc: fix symbol name typo in comment Signed-off-by: Ken-ichirou MATSUZAWA Signed-off-by: Florian Westphal --- src/conntrack/api.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/conntrack/api.c') diff --git a/src/conntrack/api.c b/src/conntrack/api.c index 073ea5c..fede302 100644 --- a/src/conntrack/api.c +++ b/src/conntrack/api.c @@ -1391,10 +1391,10 @@ void nfct_filter_add_attr_u32(struct nfct_filter *filter, * \param logic filter logic that we want to use * * You can only use this function once to set the filtering logic for - * one attribute. You can define two logics: NFCT_FILTER_POSITIVE_LOGIC - * that accept events that match the filter, and NFCT_FILTER_NEGATIVE_LOGIC + * one attribute. You can define two logics: NFCT_FILTER_LOGIC_POSITIVE + * that accept events that match the filter, and NFCT_FILTER_LOGIC_NEGATIVE * that rejects events that match the filter. Default filtering logic is - * NFCT_FILTER_POSITIVE_LOGIC. + * NFCT_FILTER_LOGIC_POSITIVE. * * On error, it returns -1 and errno is appropriately set. On success, it * returns 0. -- cgit v1.2.3