git: dc7de3cab9ee - stable/13 - jme(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Jul 2022 02:25:32 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=dc7de3cab9ee14dd2148ea2d58062f79bf8453e1 commit dc7de3cab9ee14dd2148ea2d58062f79bf8453e1 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-07-03 13:13:01 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-07-08 02:23:41 +0000 jme(4): Fix a typo in a source code comment - s/fuctions/functions/ (cherry picked from commit 015d570cc929b7cdc45756aaeb6c870ac5f8ab22) --- sys/dev/jme/if_jmereg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/jme/if_jmereg.h b/sys/dev/jme/if_jmereg.h index 14265334a63b..3b9e0b4ae1cf 100644 --- a/sys/dev/jme/if_jmereg.h +++ b/sys/dev/jme/if_jmereg.h @@ -180,7 +180,7 @@ * Misc registers 128 bytes BAR2 + 0x80 ~ BAR0 + 0x800 ~ * BAR2 + 0x7F BAR0 + 0x87F * ----------------------------------------------------------------------- - * To simplify register access fuctions and to get better performance + * To simplify register access functions and to get better performance * this driver doesn't support IO space access. It could be implemented * as a function which selects appropriate BARs to access requested * register.