svn commit: r327540 - head/sys/contrib/ipfilter/netinet
Cy Schubert
cy at FreeBSD.org
Thu Jan 4 04:11:42 UTC 2018
Author: cy
Date: Thu Jan 4 04:11:40 2018
New Revision: 327540
URL: https://svnweb.freebsd.org/changeset/base/327540
Log:
Correct function name in description block.
MFC after: 3 days
Modified:
head/sys/contrib/ipfilter/netinet/ip_state.c
Modified: head/sys/contrib/ipfilter/netinet/ip_state.c
==============================================================================
--- head/sys/contrib/ipfilter/netinet/ip_state.c Thu Jan 4 04:04:29 2018 (r327539)
+++ head/sys/contrib/ipfilter/netinet/ip_state.c Thu Jan 4 04:11:40 2018 (r327540)
@@ -483,7 +483,7 @@ ipf_state_soft_fini(softc, arg)
/* ------------------------------------------------------------------------ */
-/* Function: ipf_state_set_lock */
+/* Function: ipf_state_setlock */
/* Returns: Nil */
/* Parameters: arg(I) - pointer to local context to use */
/* tmp(I) - new value for lock */
More information about the svn-src-all
mailing list