From 64ff313260a7a4b2d6f78f27690d8f4fee119923 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 4 Aug 2009 14:38:32 +0200 Subject: [PATCH] check_acl(): fix function header comment. Michael --- src/acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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