git: 19ae05aad3da - main - neta: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 07:30:10 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=19ae05aad3dadb0963161b948166d7eee19b3fce
commit 19ae05aad3dadb0963161b948166d7eee19b3fce
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-08 19:01:25 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 07:25:07 +0000
neta: Fix a typo in a source code comment
- s/maintance/maintenance/
MFC after: 3 days
---
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 e3b705d918af..bb9a3e37686b 100644
--- a/sys/dev/neta/if_mvneta.c
+++ b/sys/dev/neta/if_mvneta.c
@@ -1707,7 +1707,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);