git: 6efd2e3e513f - main - neta: Fix a few common typos in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 08:31:17 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=6efd2e3e513f53cb0cab8c852d1b88bbcbd13c7d commit 6efd2e3e513f53cb0cab8c852d1b88bbcbd13c7d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 08:29:23 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 08:29:23 +0000 neta: Fix a few common typos in a source code comment - s/hander/handler/ MFC after: 3 days --- 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 b73ced5d2fe1..72de56d46113 100644 --- a/sys/dev/neta/if_mvnetavar.h +++ b/sys/dev/neta/if_mvnetavar.h @@ -252,8 +252,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];