svn commit: r346388 - stable/12/sys/netinet

Bjoern A. Zeeb bz at FreeBSD.org
Tue Sep 3 14:08:02 UTC 2019


Author: bz
Date: Fri Apr 19 15:33:54 2019
New Revision: 346388
URL: https://svnweb.freebsd.org/changeset/base/346388

Log:
  MFC r340494:
  
    Improve the comment for arpresolve_full() in if_ether.c.
    No functional changes.

Modified:
  stable/12/sys/netinet/if_ether.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/netinet/if_ether.c
==============================================================================
--- stable/12/sys/netinet/if_ether.c	Fri Apr 19 15:05:32 2019	(r346387)
+++ stable/12/sys/netinet/if_ether.c	Fri Apr 19 15:33:54 2019	(r346388)
@@ -433,10 +433,10 @@ arprequest(struct ifnet *ifp, const struct in_addr *si
 /*
  * Resolve an IP address into an ethernet address - heavy version.
  * Used internally by arpresolve().
- * We have already checked than  we can't use existing lle without
- * modification so we have to acquire LLE_EXCLUSIVE lle lock.
+ * We have already checked that we can't use an existing lle without
+ * modification so we have to acquire an LLE_EXCLUSIVE lle lock.
  *
- * On success, desten and flags are filled in and the function returns 0;
+ * On success, desten and pflags are filled in and the function returns 0;
  * If the packet must be held pending resolution, we return EWOULDBLOCK
  * On other errors, we return the corresponding error code.
  * Note that m_freem() handles NULL.




More information about the svn-src-all mailing list