From: Nick Porter Date: Tue, 18 Apr 2023 11:31:00 +0000 (+0100) Subject: Comment corrections X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ec21e3a548d8bbf4a364cfedc93e87f6565accf;p=thirdparty%2Ffreeradius-server.git Comment corrections --- diff --git a/src/lib/ldap/connection.c b/src/lib/ldap/connection.c index 86f46e923bb..a43455972fa 100644 --- a/src/lib/ldap/connection.c +++ b/src/lib/ldap/connection.c @@ -192,9 +192,9 @@ static void _ldap_connection_close(fr_event_list_t *el, void *h, UNUSED void *uc fr_ldap_connection_t *c = talloc_get_type_abort(h, fr_ldap_connection_t); /* - * Explicitly remove the file descriptor + * Explicitly remove the file descriptor event * - * Event if the fr_ldap_connection_t has outstanding + * Even if the fr_ldap_connection_t has outstanding * queries, we still don't want its fd in the event loop. */ if (c->fd >= 0) {