git: 719c22031684 - stable/12 - 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:28:47 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=719c2203168436f6a1a34112d23b2d252ab760ca commit 719c2203168436f6a1a34112d23b2d252ab760ca 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:27:56 +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.