diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2021-08-14 11:29:51 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2021-08-14 11:31:51 +0000 |
commit | 86b74b736818a0b025ef520f8a4f570f48741666 (patch) | |
tree | 4fc11b1a3296c54bb62e0ab94189986aea6259a0 | |
parent | 288e553623d3f8ac33baaabc93a4f030689755d2 (diff) |
Fix a common typo in a comment
- s/enrty/entry/
MFC after: 5 days
-rw-r--r-- | sys/dev/bxe/bxe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bxe/bxe.c b/sys/dev/bxe/bxe.c index a8aa0a89aae1..9145f11e5bf1 100644 --- a/sys/dev/bxe/bxe.c +++ b/sys/dev/bxe/bxe.c @@ -17179,7 +17179,7 @@ bxe_init_hw_common(struct bxe_softc *sc) * stay set) * f. If this is VNIC 3 of a port then also init * first_timers_ilt_entry to zero and last_timers_ilt_entry - * to the last enrty in the ILT. + * to the last enrtry in the ILT. * * Notes: * Currently the PF error in the PGLC is non recoverable. |