sfxge(4): fix a typo in unicast filter insertion comment

Submitted by:   Ivan Malov <ivan.malov at oktetlabs.ru>
Sponsored by:   Solarflare Communications, Inc.
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D18264
This commit is contained in:
Andrew Rybchenko 2018-11-30 07:06:35 +00:00
parent aea82ebf8a
commit 5c6609f6f4

View File

@ -1605,7 +1605,7 @@ ef10_filter_reconfigure(
/*
* Insert or renew unicast filters.
*
* Frimware does not perform chaining on unicast filters. As traffic is
* Firmware does not perform chaining on unicast filters. As traffic is
* therefore only delivered to the first matching filter, we should
* always insert the specific filter for our MAC address, to try and
* ensure we get that traffic.