diff options
author | Marcel Telka <marcel@telka.sk> | 2018-06-19 10:53:19 +0200 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2018-06-20 11:25:59 -0400 |
commit | 7267b93f5f67b15927e4bf44f0ad2efa84727226 (patch) | |
tree | 49e14f45653ec9732b412f7f793664329aa1c678 /usr/src | |
parent | 4c28a617e3922d92a58e813a5b955eb526b9c386 (diff) | |
download | illumos-gate-7267b93f5f67b15927e4bf44f0ad2efa84727226.tar.gz |
9618 i40e_main.c: Few minor typos in comments
Reviewed by: Yuri Pankov <yuripv@yuripv.net>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/io/i40e/i40e_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/i40e/i40e_main.c b/usr/src/uts/common/io/i40e/i40e_main.c index 263f99dfdb..54aef43424 100644 --- a/usr/src/uts/common/io/i40e/i40e_main.c +++ b/usr/src/uts/common/io/i40e/i40e_main.c @@ -137,7 +137,7 @@ * resources between everything, we'll end up just dividing the resources * evenly between all of the functions. Longer term, if we don't have to declare * to the GLDv3 that these resources are shared, then we'll maintain a pool and - * hae each PF allocate from the pool in the device, thus if only two of four + * have each PF allocate from the pool in the device, thus if only two of four * ports are being used, for example, then all of the resources can still be * used. * @@ -169,7 +169,7 @@ * To receieve broadcast traffic, we enable it through the admin queue, rather * than use one of our filters for it. For multicast traffic, we reserve a * certain number of the hash filters and assign them to a given PF. When we - * exceed those, we then switch to using promicuous mode for multicast traffic. + * exceed those, we then switch to using promiscuous mode for multicast traffic. * * More specifically, once we exceed the number of filters (indicated because * the i40e_t`i40e_resources.ifr_nmcastfilt == |