svn commit: r366514 - head/sys/net

Konstantin Belousov kib at FreeBSD.org
Wed Oct 7 10:58:56 UTC 2020


Author: kib
Date: Wed Oct  7 10:58:56 2020
New Revision: 366514
URL: https://svnweb.freebsd.org/changeset/base/366514

Log:
  Fix typo.
  
  Sponsored by:	Mellanox Technologies/NVIDIA Networking
  MFC after:	3 days

Modified:
  head/sys/net/if.h

Modified: head/sys/net/if.h
==============================================================================
--- head/sys/net/if.h	Wed Oct  7 10:43:29 2020	(r366513)
+++ head/sys/net/if.h	Wed Oct  7 10:58:56 2020	(r366514)
@@ -209,7 +209,7 @@ struct if_data {
  *   contains the enabled optional feature & capabilites that can be used
  *   individually per packet and are specified in the mbuf pkthdr.csum_flags
  *   field.  IFCAP_* and CSUM_* do not match one to one and CSUM_* may be
- *   more detailed or differenciated than IFCAP_*.
+ *   more detailed or differentiated than IFCAP_*.
  *   Hwassist features are defined CSUM_* in sys/mbuf.h
  *
  * Capabilities that cannot be arbitrarily changed with ifconfig/ioctl


More information about the svn-src-head mailing list