diff options
Diffstat (limited to 'sys/dev/bxe/bxe_stats.c')
-rw-r--r-- | sys/dev/bxe/bxe_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bxe/bxe_stats.c b/sys/dev/bxe/bxe_stats.c index 03e643c0b6d4..2310e8f59eee 100644 --- a/sys/dev/bxe/bxe_stats.c +++ b/sys/dev/bxe/bxe_stats.c @@ -1670,7 +1670,7 @@ bxe_stats_init(struct bxe_softc *sc) bxe_port_stats_base_init(sc); } - /* mark the end of statistics initializiation */ + /* mark the end of statistics initialization */ sc->stats_init = FALSE; } |