git: 5688715acf5e - stable/13 - neta: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 06:13:29 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=5688715acf5e6d0876742ce8d5993d737e95b2ba
commit 5688715acf5e6d0876742ce8d5993d737e95b2ba
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-08 19:01:25 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:09:34 +0000
neta: Fix a typo in a source code comment
- s/maintance/maintenance/
(cherry picked from commit 19ae05aad3dadb0963161b948166d7eee19b3fce)
---
sys/dev/neta/if_mvneta.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/neta/if_mvneta.c b/sys/dev/neta/if_mvneta.c
index 5c3b1252cbd0..215d35b1141a 100644
--- a/sys/dev/neta/if_mvneta.c
+++ b/sys/dev/neta/if_mvneta.c
@@ -1718,7 +1718,7 @@ mvneta_rxtxth_intr(void *arg)
return;
MVNETA_WRITE(sc, MVNETA_PRXTXTIC, ~ic);
- /* Ack maintance interrupt first */
+ /* Ack maintenance interrupt first */
if (__predict_false((ic & MVNETA_PRXTXTI_PMISCICSUMMARY) &&
(!sc->phy_attached || sc->use_inband_status))) {
mvneta_sc_lock(sc);