summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-08-04 14:38:32 +0200
committerMichael Adam <obnox@samba.org>2009-08-04 23:47:27 +0200
commit64ff313260a7a4b2d6f78f27690d8f4fee119923 (patch)
treeb8a9ed04dd310ca1ebda4e6203728565686221de /src
parent0abd82b7e9bde29c46b697f8f5357fcc5a404c59 (diff)
downloadtinyproxy-64ff313260a7a4b2d6f78f27690d8f4fee119923.tar.gz
tinyproxy-64ff313260a7a4b2d6f78f27690d8f4fee119923.zip
check_acl(): fix function header comment.
Michael
Diffstat (limited to '')
-rw-r--r--src/acl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/acl.c b/src/acl.c
index e909bd3..f5d06fb 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -324,7 +324,7 @@ check_numeric_acl (const struct acl_s *acl, const char *ip)
}
/*
- * Checks whether file descriptor is allowed.
+ * Checks whether a connection is allowed.
*
* Returns:
* 1 if allowed