git: adbd34f42106 - stable/12 - 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:45:06 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=adbd34f42106bc1bd2797661a58f35bd7ccd7fea
commit adbd34f42106bc1bd2797661a58f35bd7ccd7fea
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:35:18 +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 6cf62dc31009..2f9e03577191 100644
--- a/sys/dev/neta/if_mvneta.c
+++ b/sys/dev/neta/if_mvneta.c
@@ -1697,7 +1697,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->use_inband_status)) {
mvneta_sc_lock(sc);