Date: Thu, 4 Jan 2018 04:11:40 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r327540 - head/sys/contrib/ipfilter/netinet Message-ID: <201801040411.w044BeYx048560@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801040411.w044BeYx048560>