svn commit: r366612 - stable/12/sys/net

Konstantin Belousov kib at FreeBSD.org
Sat Oct 10 13:33:58 UTC 2020


Author: kib
Date: Sat Oct 10 13:33:57 2020
New Revision: 366612
URL: https://svnweb.freebsd.org/changeset/base/366612

Log:
  MFC r366514:
  Fix typo.

Modified:
  stable/12/sys/net/if.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/net/if.h
==============================================================================
--- stable/12/sys/net/if.h	Sat Oct 10 13:01:04 2020	(r366611)
+++ stable/12/sys/net/if.h	Sat Oct 10 13:33:57 2020	(r366612)
@@ -210,7 +210,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-all mailing list