svn commit: r366618 - stable/11/sys/net

Konstantin Belousov kib at FreeBSD.org
Sat Oct 10 18:18:09 UTC 2020


Author: kib
Date: Sat Oct 10 18:18:08 2020
New Revision: 366618
URL: https://svnweb.freebsd.org/changeset/base/366618

Log:
  MFC r366514:
  Fix typo.

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

Modified: stable/11/sys/net/if.h
==============================================================================
--- stable/11/sys/net/if.h	Sat Oct 10 14:38:01 2020	(r366617)
+++ stable/11/sys/net/if.h	Sat Oct 10 18:18:08 2020	(r366618)
@@ -205,7 +205,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-stable mailing list