summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2013-05-03 17:41:20 +0200
committerHans de Goede <hdegoede@redhat.com>2013-05-03 17:42:41 +0200
commit7794d9ab044c76edf94d7b87f4000e3d7b8a3d57 (patch)
tree0a1c2e65d8ead38b57a1c94a72cd0fc7c239d51c
parentb52cc873ce045ed432bb6044457980089b84c991 (diff)
usbredirfilter.h: Correct usbredirfilter_check comment wrt ENOENT return
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r--usbredirparser/usbredirfilter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usbredirparser/usbredirfilter.h b/usbredirparser/usbredirfilter.h
index e1225df..f03fa7e 100644
--- a/usbredirparser/usbredirfilter.h
+++ b/usbredirparser/usbredirfilter.h
@@ -101,8 +101,8 @@ char *usbredirfilter_rules_to_string(const struct usbredirfilter_rule *rules,
-EPERM will be returned.
If a given pass does not match any rules, then processing stops and
- -EPERM will be returned. This behavior can be changed with the
- usbredirfilter_fl_default_allow flag, if this flas is set the result of a
+ -ENOENT will be returned. This behavior can be changed with the
+ usbredirfilter_fl_default_allow flag, if this flag is set the result of a
pass with no matching rules will be allow.
Return value: