Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2020 10:58:56 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366514 - head/sys/net
Message-ID:  <202010071058.097AwuwC001035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010071058.097AwuwC001035>