git: 5fd29768fe69 - stable/12 - neta: Fix a few common typos in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:33:16 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=5fd29768fe6903acb7fc4457e04c14bad8c2f69c
commit 5fd29768fe6903acb7fc4457e04c14bad8c2f69c
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 08:29:23 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:21:07 +0000
neta: Fix a few common typos in a source code comment
- s/hander/handler/
(cherry picked from commit 6efd2e3e513f53cb0cab8c852d1b88bbcbd13c7d)
---
sys/dev/neta/if_mvnetavar.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/dev/neta/if_mvnetavar.h b/sys/dev/neta/if_mvnetavar.h
index ab1d476ef353..8f594addee3a 100644
--- a/sys/dev/neta/if_mvnetavar.h
+++ b/sys/dev/neta/if_mvnetavar.h
@@ -256,8 +256,8 @@ struct mvneta_softc {
uint32_t version;
/*
* mtx must be held by interface functions to/from
- * other frameworks. interrupt hander, sysctl hander,
- * ioctl hander, and so on.
+ * other frameworks. interrupt handler, sysctl handler,
+ * ioctl handler, and so on.
*/
struct mtx mtx;
struct resource *res[2];